You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".