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

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

    pyrabbit didn't work so well for me; However, the Management Plugin itself has its own command line script that you can download from your own admin GUI and use later on (for example, I downloaded mine from

    http://localhost:15672/cli/
    

    for local use)

提交回复
热议问题