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
With the change introduced in #2176, calling SimpleMessageListenerContainer.setQueues causes a flood of log warnings:
Consumer raised exception, processing can restart if the connection factory supports it. Exception summary: org.springframework.amqp.rabbit.support.ConsumerCancelledException
These are probably more informational considering the type of exception (ConsumerCancelledException). Is it reasonable to lower this to INFO?