How can I list or discover queues on a RabbitMQ exchange using python?

前端 未结 8 2301
长发绾君心
长发绾君心 2020-12-09 01:29

I need to have a python client that can discover queues on a restarted RabbitMQ server exchange, and then start up a clients to resume consuming messages from each queue. Ho

8条回答
  •  长情又很酷
    2020-12-09 02:15

    I use https://github.com/bkjones/pyrabbit. It's talks directly to RabbitMQ's mgmt plugin's API interface, and is very handy for interrogating RabbitMQ.

提交回复
热议问题