[zeromq-dev] Possible zeromq messaging topologies
Adam Bloomston
adam at rackson.com
Wed Jul 29 19:43:03 CEST 2009
My apologies, I think I found this answered in the thread "Multiple sender to Multiple receivers" and the answer seems to be that it is not supported. Please let me know if I am incorrect.
Thanks,
Adam
From: zeromq-dev-bounces at mail.imatix.com [mailto:zeromq-dev-bounces at mail.imatix.com] On Behalf Of Adam Bloomston
Sent: Wednesday, July 29, 2009 1:10 PM
To: zeromq-dev at lists.zeromq.org
Subject: [zeromq-dev] Possible zeromq messaging topologies
In zeromq, I believe I can achieve the following two topologies (please correct me if my approach is wrong):
1. One Producer, multiple consumers- producer creates a global exchange GE, and sends messages on GE. Each consumer creates a private queue, binding the private queue to GE. Each consumer receives messages on its private queue.
2. One consumer, multiple producers- consumer creates a global queue GQ, and receives messages on GQ. Each producer creates a private exchange, binding the private exchange to GQ. Each producer sends messages on its private exchange.
Are these approaches correct? How do I achieve Multiple producers, Multiple consumers?
Thanks in advance,
Adam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20090729/8b8ca16d/attachment.htm>
More information about the zeromq-dev
mailing list