RABBITMQ-SERVER(8) | System Manager's Manual | RABBITMQ-SERVER(8) |
rabbitmq-server
—
start RabbitMQ AMQP server
rabbitmq-server |
[-detached ] |
RabbitMQ is an implementation of AMQP, the emerging standard for high performance enterprise messaging. The RabbitMQ server is a robust and scalable implementation of an AMQP broker.
Running rabbitmq-server
in the foreground
displays a banner message, and reports on progress in the startup sequence,
concluding with the message "broker running", indicating that the
RabbitMQ broker has been started successfully. To shut down the server, just
terminate the process or use rabbitmqctl(8).
RABBITMQ_MNESIA_BASE
RABBITMQ_LOG_BASE
RABBITMQ_NODENAME
RABBITMQ_NODENAME
should be unique per erlang-node-and-machine combination. See the
clustering
on a single machine guide for details.RABBITMQ_NODE_IP_ADDRESS
RABBITMQ_NODE_PORT
--detached
For example, runs RabbitMQ AMQP server in the background:
rabbitmq-server
-detached
rabbitmq-env.conf(5), rabbitmq-echopid(8), rabbitmq-plugins(8), rabbitmq-service(8), rabbitmqctl(8)
The RabbitMQ Team <info@rabbitmq.com>
April 25, 2017 | RabbitMQ Server |