rabbitmq-server
—
starts a RabbitMQ node
rabbitmq-server |
[-detached ] |
RabbitMQ is an open source multi-protocol messaging broker.
Running rabbitmq-server
starts a RabbitMQ
node in the foreground. The node will display a startup banner and report
when startup is complete. To shut down the server, use service management
tools or
rabbitmqctl(8).
-detached
- Start the server process in the background. Note that this will cause the
pid not to be written to the pid file.
For example, runs RabbitMQ AMQP server in the background:
rabbitmq-server
-detached