Skip to content

Instantly share code, notes, and snippets.

@lbt
Created June 22, 2010 19:54
Show Gist options
  • Save lbt/448968 to your computer and use it in GitHub Desktop.
Save lbt/448968 to your computer and use it in GitHub Desktop.
root@amqpvm:~# rabbitmqctl list_exchanges
Listing exchanges ...
amq.rabbitmq.log topic
amq.match headers
amq.headers headers
amq.topic topic
amq.direct direct
amq.fanout fanout
direct
...done.
root@amqpvm:~# rabbitmqctl list_exchanges -p ruote-test
Listing exchanges ...
direct
amq.topic topic
amq.headers headers
amq.fanout fanout
amq.match headers
amq.direct direct
...done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment