Results 1 to 2 of 2

Thread: Execution of JMS message listener failed

Hybrid View

  1. #1

    Default Execution of JMS message listener failed

    Hi Guys,

    In My project i am using a JMS message-driven-channel-adapter and it points to Active MQ server running on the same machine. it successfully fetches the messages and my system is working fine. however i can see the following line appearing in my tomcat logs.


    Code:
    WARN  (AbstractMessageListenerContainer.java:696) - Execution of JMS message listener failed, and no ErrorHandler has been set.
    Do you guys have any idea what this is and effect to the application flow because of this?
    and how do we avoid this warning

    appreciate your help

    thanks,
    kelumt

  2. #2
    Join Date
    Jan 2009
    Location
    Ukraine, Kharkov
    Posts
    637

    Default

    Hi!

    Can you DEBUG, please, AbstractMessageListenerContainer#executeListener and take a look which Exception you are getting after doExecuteListener invocation?

    Cheers,
    Artem

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
  •