[rabbitmq-discuss] rabbitmqadmin CLI...

Simon MacMullen simon at rabbitmq.com
Fri Apr 12 10:59:21 BST 2013


On 11/04/13 21:52, Michael A. Cojocari wrote:
> Hello!
>
> Do you guys have any documentation on how binding works with the
> rabbitmqadmin CLI?

"rabbitmqadmin help subcommands" says:

declare binding source=... destination=... [arguments=... 
routing_key=... destination_type=...]

delete binding source=... destination_type=... destination=... 
properties_key=...

So for example:

$ rabbitmqadmin declare queue name=test
$ rabbitmqadmin declare binding source=amq.topic destination=test 
destination_type=queue routing_key=mykey
$ rabbitmqadmin delete binding source=amq.topic destination=test 
destination_type=queue properties_key=mykey

What were you having trouble with?

Cheers, Simon

-- 
Simon MacMullen
RabbitMQ, VMware


More information about the rabbitmq-discuss mailing list