[rabbitmq-discuss] Get messages detail from queue

dario_arg dario.menichelli at gmail.com
Tue Jul 13 18:20:21 BST 2010


Thanks for you ansker david,

Are you planning to include something like that in rabbitmq??

Dario

On Jul 12, 9:07 pm, David Wragg <da... at rabbitmq.com> wrote:
> Hi,
>
> angel menichelli <angelcaid... 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
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-disc... at lists.rabbitmq.comhttps://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss


More information about the rabbitmq-discuss mailing list