Using GUI
Enable RabbitMQ Management through commandC:\Program Files\RabbitMQ Server\rabbitmq_server-3.7.14\sbin>rabbitmq-plugins enable rabbitmq_management
Log in to http://localhost:15672 with default credentials as guest/guest , scroll down and click on purge.
Using CLI
Download rabbitmqadmin from http://localhost:15672/cli/ and use it
python rabbitmqadmin purge queue name=queue2
python rabbitmqadmin purge queue name=queue2
No comments:
Post a Comment