[rabbitmq-discuss] Synchronous Message Response

Simon MacMullen simon at rabbitmq.com
Tue May 10 12:29:18 BST 2011


On 10/05/11 02:37, mp wrote:
> Hi,
> I'm struggling with a simple concept of synchronous communication with
> rabbitMQ, in terms of getting a response message back to the client.
>
> I'm trying to work out how to send it and also what the client will need
> to do to receive the message?

<snip>

Your client needs to declare a response queue, and the server needs to 
send a reply message to it. The RPC tutorial goes into some detail:

http://www.rabbitmq.com/tutorials/tutorial-six-python.html

(Examples are in python, but should be fairly universal)

Cheers, Simon

-- 
Simon MacMullen
Staff Engineer, RabbitMQ
SpringSource, a division of VMware



More information about the rabbitmq-discuss mailing list