V
V
vldud2021-06-07 14:08:37
RabbitMQ
vldud, 2021-06-07 14:08:37

What is the correct request-response scheme for fanout exchange?

Good afternoon. There is a sender and several recipients. The sender must send a request to all recipients, then each recipient must respond to this request. Since there are several recipients, it is planned to use fanout as the type of exchange. But what is the correct answer in this case? The RPC examples from the official documentation https://www.rabbitmq.com/tutorials/tutorial-six-py... use a direct exchange, the response queue is identified by reply_to. I understand correctly that this will not work with fanout? Do I need to set up a separate queue and a separate exchange for recipient responses?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question