2 Replies Latest reply on Mar 23, 2009 3:13 PM by javadba

    Viewing Messages in a JMS queue

      On the JMX console, for a particular Queue, the Message Count says "2" but when I execute any of the various getAllMessages JMX methods, they all return nothing. Any ideas?


      Note: I had incorrectly posted this message to the JbossMQ forum earlier. It should be removed from there.

        • 1. Re: Viewing Messages in a JMS queue
          gaohoward

          Hi , in JBM 1.4,for a queue the message count you see from jmx console means the sum of messages not delivered (including scheduled), messages being delivered (not acknowledged), and messages are paged into disk. For a topic, it is the sum of the above for all the subscribers.

          Please indicate the exact name of the methods so I can take a look. thanks.

          • 2. Re: Viewing Messages in a JMS queue

            I am seeing some messages now when doing the list view, but not consistently. If/when I get better clarity I will post more info.