Since topics are not really queues, the dequeue counter is not applicable and is always zero. If it was decremented, lets say every time a consumer acked a message, you could end up with many many more dequeues than enqueues since on a topic 1 enqueued message gets sent to multiple consumers. That would cause confusion.
On Wed, Jun 2, 2010 at 1:39 PM, pgopal <[email protected]> wrote: > > Dequeue Counter is not decrementing for the messages sent to "topic". Will > this create memory issues?? > -- > View this message in context: > http://old.nabble.com/Dequeue-Counter-is-not-decrementing-for-the-messages-sent-to-%22topic%22-tp28757703p28757703.html > Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. > > -- Regards, Hiram Blog: http://hiramchirino.com Open Source SOA http://fusesource.com/
