Using RabbitMQ is there a way to look at the queue contents without a dequeue operation?

前端 未结 3 1404
花落未央
花落未央 2020-12-13 23:49

As a way to learn RabbitMQ and python I\'m working on a project that allows me to distribute h264 encodes between a number of computers. The basics are done, I have a daemo

3条回答
  •  爱一瞬间的悲伤
    2020-12-14 00:25

    What you want to do is called browsing the queue, although I gather from this that RabbitMQ does not yet support that.

提交回复
热议问题