rabbitmq-server(1) manual page
This is the manual page for rabbitmq-server(1).
See a list of all manual pages.
For more general documentation, please see the administrator’s guide.
Name
rabbitmq-server — start RabbitMQ AMQP server
Synopsis
rabbitmq-server [-detached]
Description
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(1).
Environment
Options
For example:
rabbitmq-server -detached
Runs RabbitMQ AMQP server in the background.
See also
rabbitmq-env.confrabbitmq-env.conf(5) rabbitmqctlrabbitmqctl(1)