[rabbitmq-discuss] how to get list of bindings for a node

Michael Klishin mklishin at gopivotal.com
Wed Feb 19 07:44:57 GMT 2014


On 19 Feb 2014, at 11:38, PONMUTHU M <ponmuthu at omnesysindia.com> wrote:

> kindly share management plugin creation tutorial which connects direct
> rabbit instead via amqp_connection .

There is no special direct management client. If your Erlang app has the permission
to talk to RabbitMQ nodes, you can invoke exported functions in rabbit_binding directly.

If you want to use the direct Erlang client, pass #amqp_params_direct to amqp_connection:start/1.

MK

Software Engineer, Pivotal/RabbitMQ




More information about the rabbitmq-discuss mailing list