how to delete queues using rabbitmq batch files

162 Views Asked by At

I am using rabbitmq version 3.6.9. I don't see rabbitmqadmin in the sbin folder. Can anyone please tell me on where I can find this.

I enabled rabbitmq_management as below

rabbitmq-plugins enable rabbitmq_management
1

There are 1 best solutions below

0
Alex Buyny On

There is no separate binary for rabbitmqadmin on windows, see the official docs:

Windows users will need to ensure Python is on their path, and invoke rabbitmqadmin as python.exe rabbitmqadmin.