Reputation: 365
Hi guys ,
I'm now working with ActiveMQ and wanna know what is the meaning of enqueued/dequeued messages in DQL. As i know, DLQ doesn't have a consumer to produce any messages. So, there shouldn't have any enqueued or dequeued messages in DLQ queue. Am I right ? or there is another process to perform with pending queues in DLQ. Please advise.
Thanks, Stop
Upvotes: 2
Views: 8221
Reputation: 21005
A DLQ is just a JMS Queue behind the scenes, you can send message to it and consume messages from it just like any other queue...hence the stats, etc.
Upvotes: 2