[zeromq-dev] PUB/SUB with multiple publishers
Dmitri Toubelis
dmitri.toubelis at alkeron.com
Fri Jul 16 19:34:15 CEST 2010
I have a scenario when I need to use PUB/SUB scheme with multiple
publishers. Is it possible to do with "inproc" transport?
Here is what I tried:
- create PUB socket and bind it to "inproc://pipe" endpoint
- create another PUB socket and connect it to the same "inproc://pipe"
endpoint
- create SUB socket for each subscriber and connect them to thre
"inproc://pipe" endpoint.
- publish message using second publisher.
I'm getting no error, but message is not getting delivered to subscribers.
Am I doing something wrong?
Any help is appreciated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20100716/6af99d70/attachment.htm>
More information about the zeromq-dev
mailing list