Merge "Add the command to start and enable RabbitMQ"

This commit is contained in:
Jenkins 2016-03-05 00:16:06 +00:00 committed by Gerrit Code Review
commit 3d59a4592c
1 changed files with 13 additions and 1 deletions

View File

@ -176,7 +176,19 @@ that all nodes have the same Erlang cookie file.
# chown rabbitmq:rabbitmq /var/lib/rabbitmq/.erlang.cookie
# chmod 400 /var/lib/rabbitmq/.erlang.cookie
#. Start RabbitMQ on all nodes and verify that the nodes are running:
#. Start the message queue service on all nodes and configure it to start
when the system boots.
On Ubuntu, it is configured by default.
On CentOS, RHEL, openSUSE, and SLES:
.. code-block:: console
# systemctl enable rabbitmq-server.service
# systemctl start rabbitmq-server.service
#. Verify that the nodes are running:
.. code-block:: console