RabbitMQ : Round robin distribution of messages with Topic exchange with single queue

前端 未结 1 915
野趣味
野趣味 2020-12-12 03:02

Does RabbitMQ do round robin distribution of messages in following situation ?

RabbitMQ configuration :

  1. Exchange type - Topic
  2. Routi
相关标签:
1条回答
  • 2020-12-12 03:54

    Yes indeed , does not matter what is the point of a origin of consumer . When we have multiple consumers on the same queue then the distribution is round robin , you can try it out in the simulator here http://tryrabbitmq.com/

    0 讨论(0)
提交回复
热议问题