Install plugins
To enable a plugin on RabbitMQ you have to follow the next steps:
-
Log in to your server console.
-
Run the following command to list all the plugins:
$ rabbitmq-plugins list
-
Run this command to enable one of them. Replace the PLUGIN_NAME placeholder with the name of the plugin you wish to enable:
$ rabbitmq-plugins enable PLUGIN_NAME