简体   繁体   中英

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.

You have to stop and to restart the Windows services. 服务

For windows

Open Rabbitmq cmd shell and type the following

rabbitmq-plugins disable rabbitmq_management

Try following commands

rabbitmq-service.bat stop  
rabbitmq-service.bat install  
rabbitmq-service.bat start  

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM