[rabbitmq-discuss] List queues via AMQP?

Dmitri Minaev minaev at gmail.com
Fri Jan 14 14:07:59 GMT 2011


On Fri, Jan 14, 2011 at 3:31 PM, Mark J. Reed <markjreed at gmail.com> wrote:
> On Fri, Jan 14, 2011 at 4:52 AM, Dmitri Minaev <minaev at gmail.com> wrote:
>> Another option is using Erlang remote shell to call RabbitMQ's
>> exported function rabbit_amqqueue:info_all.
>
> Per http://www.rabbitmq.com/faq.html#server-api, "the Rabbit server
> API is not designed for public consumption."

Sure, but as it often happens, internal API discloses a bit more
information than the right way does. info_all displays pid, memory,
messages stats and queue properties. Definitely not the information
source you should rely on, but an informative one :)

-- 
With best regards,
Dmitri Minaev


More information about the rabbitmq-discuss mailing list