Skip to content

Instantly share code, notes, and snippets.

@defilerc
Last active January 25, 2019 04:29
Show Gist options
  • Save defilerc/faa769129bf14b9398030c75799ff3c6 to your computer and use it in GitHub Desktop.
Save defilerc/faa769129bf14b9398030c75799ff3c6 to your computer and use it in GitHub Desktop.
# 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