How do I stop the RabbitMQ server on localhost

前端 未结 3 627
温柔的废话
温柔的废话 2021-01-30 20:46

I installed RabbitMQ server on OS X, and started it on command line. Now, it is not obvious that how I should stop it from running? After I did:

sudo rabbitmq-se         


        
3条回答
  •  既然无缘
    2021-01-30 21:16

    Use rabbitmqctl stop to stop any node. If you need to specify the node giving you trouble, add the -n rabbit@[hostname] option.

提交回复
热议问题