Hi, After several clients have connect to ActiveMQ, if you use jconsole to check on the attributes of topic ActiveMQ.Advisory.TempQueue, it shows that there are 16 consumers (in my case), but the DequeueCount is always 0. InFlightCount == DispatchCount and is not zero. EnqueueCount == QueueSize.
We have a monitor module that checks for InFlightCount not zero, which is how we discovered this. I understand that for topic, if there is no consumer, the message is dropped. However, this shows there are consumers (no our code, probably ActiveMQ or Camel), why they are not consuming? Thanks --Michael -- View this message in context: http://old.nabble.com/ActiveMQ.Advisory.TempQueue-dequeueCount-is-0-tp28659767p28659767.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.