RabbitMQ - Start RabbitMQ application using rabbitmqctl start_app

by
Jeremy Canfield |
Updated: October 28 2021
| RabbitMQ articles
The rabbitmqctl stop_app command can be used to stop the RabbitMQ application, but Erlang will remain running.
rabbitmqctl stop_app
If the stop is successful, something like this should be displayed.
Stopping rabbit application on node rabbit@rabbit1 ...
Then the rabbitmqctl start_app command can be used to start the RabbitMQ application.
rabbitmqctl start_app
If the start is successful, something like this should be displayed.
Starting node rabbit@rabbit1 ...
Did you find this article helpful?
If so, consider buying me a coffee over at