[rabbitmq-discuss] list queued messages?

Patryk Moura patryk.moura at gmail.com
Tue Dec 18 22:12:40 GMT 2012


Awesome Simon! Tks a lot, i deffly will!!!

2012/12/18 Simon MacMullen <simon at rabbitmq.com>

> On 18/12/12 10:08, Emile Joubert wrote:
>
>> Hi Patryk,
>>
>> On 17/12/12 17:05, Patryk Moura wrote:
>>
>>> Guys, theres any1way to list all queued messages from a server "x" in a
>>> datagrid? (.net for example?)
>>>
>>
>> It is possible to dequeue and then requeue all messages in a queue using
>> a standard AMQP client, but this could be an expensive operation and it
>> will alter the messages by turning on the redelivered flag when those
>> messages are delivered subsequently. You would also need to enumerate
>> the queues, which cannot be done with AMQP - this will require
>> "rabbitmqctl list_queues" or access to the management interface.
>>
>
> Also, check the management API /api/queues/<vhost>/<name>/**get,
> documented here:
>
> http://hg.rabbitmq.com/**rabbitmq-management/raw-file/**
> rabbitmq_v3_0_1/priv/www/api/**index.html<http://hg.rabbitmq.com/rabbitmq-management/raw-file/rabbitmq_v3_0_1/priv/www/api/index.html>
>
> This dequeues and requeues as Emile suggests.
>
> Cheers, Simon
> --
> Simon MacMullen
> RabbitMQ, VMware
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20121218/9f48eb20/attachment.htm>


More information about the rabbitmq-discuss mailing list