-
Book Overview & Buying
-
Table Of Contents
RabbitMQ Cookbook
By :
In this recipe, we are going to introduce the RabbitMQ parameters. By default, the broker doesn't create the configuration files because in most of the cases you don't need to change them. However, it's important to know how to configure the environment variables and the broker parameters.
In RabbitMQ, you can configure the environment variables and the server file configuration. With the environment variables, you can change parameters such as the server port or the node name. There are two ways to change these variables:
Define the variables in your shell environment.
Create a file rabbitmq-env.conf located in /etc/rabbitmq.
If, for example, you want to change the RabbitMQ node name, you have to do the following:
Stop the server.
Either issue exportRABBITMQ_NODENAME=mylittlerabbit on the shell or insert the string NODENAME=mylittlerabbit in the file, /etc/rabbitmq/rabbitmq-env.conf.
Restart the broker.
Originally, the web management shows...
Change the font size
Change margin width
Change background colour