Skip to content

Instantly share code, notes, and snippets.

@goper
Last active January 22, 2024 06:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goper/e535e8d2210318890f49dac7540dcace to your computer and use it in GitHub Desktop.
Save goper/e535e8d2210318890f49dac7540dcace to your computer and use it in GitHub Desktop.
# show all plugins
rabbitmq-plugins list
# enable plugin
rabbitmq-plugins enable <plugin-name>
# enadisableble plugin
rabbitmq-plugins disable <plugin-name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment