[rabbitmq-discuss] List queues via AMQP?

Dmitri Minaev minaev at gmail.com
Fri Jan 14 09:52:45 GMT 2011


On Thu, Jan 13, 2011 at 9:01 PM, Marek Majkowski <majek04 at gmail.com> wrote:
>
> No, you can't do it over AMQP.
>
> Use rabbitmqctl list_queues or our management plugin.
>
> On Thu, Jan 13, 2011 at 17:50, Mark J. Reed <markjreed at gmail.com> wrote:
> > Perhaps off-topic, as it's more of an AMQP question than a
> > Rabbit-specific one, but is there any way via AMQP to request a list
> > of the queues that currently exist on the broker, so a remote client
> > could get the same data as e.g. rabbitmqctl list_queues?

Another option is using Erlang remote shell to call RabbitMQ's
exported function rabbit_amqqueue:info_all.

--
With best regards,
Dmitri Minaev


More information about the rabbitmq-discuss mailing list