Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created September 18, 2014 07:55
Show Gist options
  • Save yuuichi-fujioka/6f75fd2b70e98b921c95 to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/6f75fd2b70e98b921c95 to your computer and use it in GitHub Desktop.
command for rabbitmq plugin
# list
rabbitmq-plugin list
# to enable
rabbitmq-plugin enable ${plugin_name}
# to disable
rabbitmq-plugin disable ${plugin_name}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment