Accessing/Working with rabbitmq Queue using python
I am trying to create an page to monitor RabbitMQ Queues in our application. I want to know how I can perform following operations. I am using Python and Django for the back-end.
- How to get the number of queues and read their data.
- How to Purge/Delete the tasks under queue.
- How to get size (count) of the queue.
Thanks in Advance.