The rabbitMQ message middleware call in linux./rabbitmqctl stop_app does not work and cannot be stopped.

By querying the process, kill the process

Use kill -9 process number to shut down

Query process number:
ps aux|grep rabbitmq

Insert image description here

kill process
kill -9 90300

Guess you like

Origin blog.csdn.net/weixin_45875049/article/details/113251268