Closed
Description
Mike Cantrell opened AMQP-725 and commented
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?
Referenced from: pull request #605