[zeromq-dev] Possible zeromq messaging topologies
Ulrich Dangel
uli at spamt.net
Thu Jul 30 09:31:42 CEST 2009
On Wednesday 29 July 2009 19:43:03 Adam Bloomston wrote:
> 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.
It is supported with an application (broker) which binds a global queue and a
global exchange to get messages from the global queue and send them via the
global exchange to the receivers. The chat example use this.
But it is not supported without a broker.
Ulrich
More information about the zeromq-dev
mailing list