? Linux ??? RabbitMQ ???????????:
-
??,???????? RabbitMQ ????????????,??? RabbitMQ ???????????:https://www.rabbitmq.com/download.html
-
??
rabbitmqctl
????? RabbitMQ ??????????,?????? 15672 ????????????????????:
rabbitmqctl login -u username -p password
??,username
? password
??? RabbitMQ ???????????
-
? RabbitMQ ?????,?????????????????????? "Queues"?
-
?????????,???????? "Delete" ???????????????,???????????????? "OK" ??????
-
?????,??? RabbitMQ ???,??????????????,??????????
?????????????,???? RabbitMQ ?? API???????? curl
?????? my_queue
???:
curl -u username:password http://localhost:15672/api/queues///my_queue --method DELETE
?? username
? password
??????????