RabbitMQ wait for multiple queues to finish

后端 未结 5 1786
傲寒
傲寒 2021-02-05 15:15

Ok here is an overview of what\'s going on:

    M <-- Message with unique id of 1234
    |
    +-Start Queue
    |
    |
    | <-- Exchange
   /|\\
  / | \         


        
5条回答
  •  礼貌的吻别
    2021-02-05 15:35

    I am a little unclear on what you are trying to achieve here. But I would probably alter the design somewhat so that once all messages are cleared from the queues you publish to a separate exchange which publishes to queue 4.

提交回复
热议问题