RabbitMQ / AMQP: single queue, multiple consumers for same message?

前端 未结 12 2262
不思量自难忘°
不思量自难忘° 2020-11-28 00:53

I am just starting to use RabbitMQ and AMQP in general.

  • I have a queue of messages
  • I have multiple consumers, which I would like to do different thing
12条回答
  •  抹茶落季
    2020-11-28 01:50

    If you happen to be using the amqplib library as I am, they have a handy example of an implementation of the Publish/Subscribe RabbitMQ tutorial which you might find handy.

提交回复
热议问题