Why can't you look at messages in the Rabbit Queue

后端 未结 9 573
庸人自扰
庸人自扰 2021-02-02 05:39

If my understanding is correct, you can\'t actually look at messages in the rabbit queue without taking them out and putting them back in. There\'s no way to use rabbitmqctl to

9条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-02 06:31

    You could stuff them into something else first before sending them to RabbitMQ. I wrote message queuing software to do this. Check out http://qdb.io/

提交回复
热议问题