I found this link <http://fusesource.com/forums/thread.jspa?messageID=16510> and performed a little test and found that
1. The dequeue count increases for non-durable subscribers (session transacted was true). 2. The dequeue count does not increase for durable subscribers (session transacted was true) and other counts like enqueue, dispatch increases normally. The strange part is inflight count is zero and dequeue count is also zero but dispatch (= inflight+dequeue) is equal to enqueue. How is this possible? Is this an expected behavior ? can anybody from activemq dev team confirm this behavior?? There is no documentation regarding this. Ideally, i would expect the dequeue count to increase in case of durable subscribers also. Thanks, Abhi -- View this message in context: http://activemq.2283324.n4.nabble.com/Message-Dequeue-count-in-jconsole-0-even-after-messages-are-recieved-and-consumed-by-subscribers-tp4675875p4675885.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.