[rabbitmq-discuss] Create exchanges and queues beforehand
Stefano Ghio
steghio at eng.it
Tue Nov 15 15:41:11 GMT 2011
Never mind,
solved by having every receiver create its own queue at startup and
sending messages using defined rules common to everyone.
Send is then done as:
[...]
exchangeDeclare(..);
basicPublish(..);
Of course sending before the receiver has spawned results in message loss.
Thanks for your help anyway,
cheers
--
Dr. Stefano Ghio - ENG Engineering Italy
Website: http://groglogs.blogspot.com/
*If you received this message but you are not its recipient, please
ignore it and warn me, thank you.*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20111115/b899aee9/attachment.htm>
More information about the rabbitmq-discuss
mailing list