Alibaba cloud Q & A 2022-02-13 08:06:32 阅读数:92
RabbitMQ How are your messages distributed ?
If the queue has at least one consumer subscription , The message will loop (round-robin) Send it to the consumer . Each message will only be distributed to one subscriber ( The premise is that the consumer can normally process the message and confirm ). The function of multi consumption can be realized by routing
copyright:author[Alibaba cloud Q & A],Please bring the original link to reprint, thank you. https://en.javamana.com/2022/02/202202130806304929.html