Consumer throws warning when idle.
Hi all,
I'm using spring amqp as my message listener.
Code:
WARN | SimpleAsyncTaskExecutor-1 | o.s.amqp.rabbit.listener.SimpleMessageListenerContainer | Consumer raised exception, processing can restart if the connection factory supports it. Exception summary: com.rabbitmq.client.ShutdownSignalException: connection error; reason: java.io.EOFException
My consumer throws the above warning periodically when it is idle.How can I stop this so that it doesn't flood my log files?
Thanks :)