[rabbitmq-discuss] reply_to header problems
Paul Cowan
dagda1 at scotalt.net
Tue Nov 22 22:06:59 GMT 2011
Hi,
I am trying to get my head round rabbitmq and I want 1 queue to listen and
when it receives a message, I want it to reply to an anonymous queue that
is specified via the reply_to header with multiple messages.
So far I have the following thor task that is doing what I want in the
following gist:
https://gist.github.com/1387174
My calling code is in this gist
https://gist.github.com/1387178
The problem is that messages are not sent until the all the messages in the
iteration have been published.
That is after the iteration in the (0..5) loop has finished then all the
messages are published.
Can anyone please tell me how I can publish each message individually and
asynchronously without having to wait until they are all published?
Cheers
Paul Cowan
Cutting-Edge Solutions (Scotland)
http://thesoftwaresimpleton.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20111122/7c6c6889/attachment.htm>
More information about the rabbitmq-discuss
mailing list