[rabbitmq-discuss] how to get list of bindings for a node
Michael Klishin
mklishin at gopivotal.com
Tue Feb 18 12:43:33 GMT 2014
On 18 Feb 2014, at 16:39, Michael Klishin <mklishin at gopivotal.com> wrote:
> Using HTTP API:
>
> http://rabbitmq.com/management.html
> http://hg.rabbitmq.com/rabbitmq-management/raw-file/rabbitmq_v3_2_3/priv/www/api/index.html
I see in another thread that you use RabbitMQ from Erlang. If Erlang cookie sync between your app and RabbitMQ nodes
is possible, you can call rabbit_binding:list/1, rabbit_binding:list_for_source/1 and so on via distributed Erlang.
--
MK
Software Engineer, Pivotal/RabbitMQ
More information about the rabbitmq-discuss
mailing list