2 Replies Latest reply on Jun 1, 2005 12:48 AM by amichay

    JMS Queue listener

    amichay

      Hi,

      I have several MDBs listening to JMS queues and when they recieve a messsage, the message is being removed from the Queue.

      I also wrote some external JMS consumer that recieves messages for a dedicated Queue also. the problem is that even though I set AUTO_ACKNOLADGE the messages are not being removed from the Queue.

      Does it matter if I am inside the AS JVM or not? obviouslly I want the Queue to be cleaned.