Created
June 22, 2010 19:54
-
-
Save lbt/448968 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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