--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks for your answer.From what I understand - if we have a few clients sending messages simultaneously:1. Client need to supply a reply-to queue in the client's request message (let's say reply-to is "aaa")2. Server gets the message: sets exchange to "" and routing key to "aaa" (reply-to value)3. The specific client from paragraph 1 gets the reply (without any need of correlation id).Can we actually say that:a. "replyTo" is useful to route response to correct client when multiple clients sends requestsb. "correlationId" is used by a client that receives multiple responses to his requests
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.