Last active
January 25, 2019 04:29
-
-
Save defilerc/faa769129bf14b9398030c75799ff3c6 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
# useful commands for rabbitmqctl | |
# use sudo and drop .bat when run from Linux (no need in Windows): | |
# get status | |
rabbitmqctl.bat status | |
# list exchanges | |
rabbitmqctl.bat list_exchanges | |
# list bindings | |
rabbitmqctl.bat list_bindings |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment