awsrabbitmq

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:

      $ sudo /opt/bitnami/rabbitmq/sbin/rabbitmq-plugins list
    
  • Run this command to enable one of them:

      $ sudo /opt/bitnami/rabbitmq/sbin/rabbitmq-plugins enable PLUGIN_NAME
    

Find out more about RabbitMQ’s plugins.

Last modification December 21, 2022