0 Replies Latest reply on Aug 8, 2005 10:10 AM by cinimod

    Why do messages stay in the Queue?

    cinimod

      Hi,

      i have a problem when sending a message to a message driven bean.
      The onMessage(Message m) method is invoked and i can process the message, but the message stays in the queue - or topic. So, if the MDBean checks the queue for new messages, there will always exist - at least - one.

      How can i solve this problem?

      Thanks for any suggestions!