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

前端 未结 8 2297
长发绾君心
长发绾君心 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:08

    Since I am a RabbitMQ beginner, take this with a grain of salt, but there's an interesting Management Plugin, which exposes an HTTP interface to "From here you can manage exchanges, queues, bindings, virtual hosts, users and permissions. Hopefully the UI is fairly self-explanatory."

    http://www.rabbitmq.com/blog/2010/09/07/management-plugin-preview-release/

提交回复
热议问题