[zeromq-dev] Multiple publishers without inproc socket
Dirkjan Ochtman
dirkjan at ochtman.nl
Wed May 25 14:04:24 CEST 2011
2011/5/25 Nicolas HUYNH <nicolas.huynh at onera.fr>:
> I'm trying to build a ZeroMQ-based distributed application with a message
> bus, that is,
> multiple publishers sending messages to multiple subscribers.
If you want to list all publishers at all subscribers, you can just
subscribe to all the publishers.
If you want to list all subscribers at all publishers, you can just
publish to all subscribers.
If you want everything to go through one stable process, you probably
want some kind of device.
Cheers,
Dirkjan
More information about the zeromq-dev
mailing list