Closed

Description
Please add to RabbitProperties-SimpleContainer the SimpleMessageListenerContainer.setMissingQueuesFatal.
Especially for clustered rabbitmq configuration the default option (true) may cause the ListenerContainer to stop forever until the SpringBoot instance was restarted. E.g. exclusive (Anonymous) queues may not be recreated during a network partition.
It should also be discussed if Autoconfiguration should set the default value to "false".