[rabbitmq-discuss] ReplyTo format
Tim Watson
tim at rabbitmq.com
Tue Feb 12 12:13:39 GMT 2013
On 12 Feb 2013, at 11:58, rabbit15 wrote:
> What is correct format of ReplyTo in the message ?
>
That depends on how you're using reply-to in your consumer. Are you intending to pass them the name of a reply queue, or an exchange to which replies should be sent? If it's the former, then you can send your reply to the default exchange using the queue name as the routing key of the reply message. In either case, the content should be the name of the object you wish to the client to utilise in sending a reply.
Cheers,
Tim
More information about the rabbitmq-discuss
mailing list