Results 1 to 3 of 3

Thread: Consumer throws warning when idle.

  1. #1
    Join Date
    Aug 2012
    Posts
    16

    Smile 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

  2. #2
    Join Date
    Mar 2010
    Location
    Gtr Philadelphia, PA
    Posts
    2,142

    Default

    Set the log level of the SimpleMessageListenerContainer category to ERROR ??

    Or, resolve the network configuration that is the root cause.
    Gary P. Russell
    Spring Integration Team
    SpringSource, a division of VMware

  3. #3
    Join Date
    Aug 2012
    Posts
    16

    Default

    Quote Originally Posted by Gary Russell View Post
    resolve the network configuration that is the root cause.
    Thanks for the advice mate.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •