[rabbitmq-discuss] List queues via AMQP?

Mark J. Reed markjreed at gmail.com
Fri Jan 14 12:31:40 GMT 2011


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."

My understanding is that the RabbitMQ Erlang API is private, and not
meant to be used except by components of Rabbit itself.  So I'd rather
rely on something that's either standardized (like AMQP) or part of
the public API (like rabbitmqctl or the management plugin).

 --
Mark J. Reed <markjreed at gmail.com>


More information about the rabbitmq-discuss mailing list