[rabbitmq-discuss] check queue's content

Simon MacMullen simon at rabbitmq.com
Fri Jun 1 10:57:27 BST 2012


On 01/06/12 10:10, Cloud DNS wrote:
> Is there such a tool to check the content of queues?

There's nothing that allows you to look inside a queue without touching it.

The management plugin lets you view messages from a queue; but it does 
this by consuming them in ack mode then closing the connection - so all 
such messages get their redelivered flag set. (And if another process is 
consuming from the queue at the time, things may get reordered.)

Cheers, Simon

-- 
Simon MacMullen
RabbitMQ, VMware


More information about the rabbitmq-discuss mailing list