[rabbitmq-discuss] Request-Response per request reply queue, or shared reply queue

Mike Hadlow mike at suteki.co.uk
Fri Oct 25 13:13:56 BST 2013


Hi,

I'm sure this question must have been asked many times before, but I can't
seem to find a definitive answer.

I want to build a request-reply pattern in EasyNetQ. Is it best to create a
reply queue for every request as Alvaro Videla suggests here:
http://videlalvaro.github.io/2010/10/rpc-over-rabbitmq.html

Or, is it best to create a single reply queue that many requests can share,
as described on the RabbitMQ website:
http://www.rabbitmq.com/tutorials/tutorial-six-python.html

The first seems to have a lot of overhead. The second suffers from having
to have a some component looking after the reply queue and channel.

How have others solved this problem?

Thanks
Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20131025/585d9683/attachment.htm>


More information about the rabbitmq-discuss mailing list