Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to stop rabbitmq server on windows 7

I have installed RabbitMQ server on my windows 7 machine. I am not able to stop the service by running this command in rabbitmq command line rabbitmq-server.bat -detached and rabbitmq-service.bat stop

I am getting the following errors in console :

C:\Program Files (x86)\RabbitMQ Server\rabbitmq_server-3.5.4\sbin>rabbitmq-serve r.bat -detached ERROR: node with name "rabbit" already running on "MYPC"

C:\Program Files (x86)\RabbitMQ Server\rabbitmq_server-3.5.4\sbin>rabbitmq- servi ce.bat stop C:\Program Files\erl7.0\erts-7.0\bin\erlsrv: Failed to stop service RabbitMQ. Error: The operation completed successfully.

like image 621
Praveen reddy Dandu Avatar asked Aug 25 '15 15:08

Praveen reddy Dandu


People also ask

How do I stop RabbitMQ on Windows?

Make sure to use the same administrative user that was used to install RabbitMQ. Stop the RabbitMQ Windows service using . \rabbitmq-service. bat stop.


1 Answers

You have to stop and to restart the Windows services. Services

like image 101
Bhabani Behera Avatar answered Oct 02 '22 13:10

Bhabani Behera