Created
September 18, 2014 07:55
-
-
Save yuuichi-fujioka/6f75fd2b70e98b921c95 to your computer and use it in GitHub Desktop.
command for rabbitmq plugin
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
# 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