[rabbitmq-discuss] Get messages detail from queue

David Wragg david at rabbitmq.com
Tue Jul 13 01:07:11 BST 2010


Hi,

angel menichelli <angelcaido19 at yahoo.com.ar> writes:
> Is there any way to monitor the messages inside a queue??
> I can display the amount, etc but not the message itself!!
>
> I am using rabbit under ubuntu with python and currently using alice
> to monitor it.

RabbitMQ does not currently provide any means to browse the messages
within a queue.  The only way you can get at the messages is through the
normal AMQP methods that consume the messages (basic.consume and
basic.get).  But these are not simple read-only operations of the type
you might want for monitoring of the messages within a queue.

David

-- 
David Wragg
Staff Engineer, RabbitMQ
SpringSource, a division of VMware


More information about the rabbitmq-discuss mailing list