-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Mastering RabbitMQ
By :

RabbitMQ provides a number of tools that aid us in plugin management. Additionally, RabbitMQ provides lots of default plugins to monitor, manage, add features, and so on to RabbitMQ. Plugins are crucial because they introduce an important set of new features, making RabbitMQ easier to use and manage.
Now, we are ready to talk about enabling and disabling plugins.
RabbitMQ provides a plugin management tool called rabbitmq-plugins. rabbitmq-plugins is a command line tool to enable, disable, and list the plugins within the RabbitMQ server. The rabbitmq-plugins
command will enable or disable plugins by updating the plugin configuration file. It will then contact the running server to tell it to start or stop plugins as needed. You can use the -n
option to specify a different node, or use --offline
to only change the file.
As all management tools of RabbitMQ need write permissions, rabbitmq-plugins also needs write permissions...
Change the font size
Change margin width
Change background colour