Bootstrap FreeKB - RabbitMQ - Start RabbitMQ application using rabbitmqctl start_app
RabbitMQ - Start RabbitMQ application using rabbitmqctl start_app

Updated:   |  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 Buy Me A Coffee



Comments


Add a Comment


Please enter e24075 in the box below so that we can be sure you are a human.