[zeromq-dev] PUSH-PULL to lots of receivers possible ?
Michel Pelletier
pelletier.michel at gmail.com
Tue Apr 3 15:57:30 CEST 2012
PUSH/PULL is not "multicast", if I get your meaning correctly. If you
connect PUSH/PULL N-to-N then only one consumer will get any given
message. I think what you want is PUB/SUB, in which all consumers get
all messages.
Almost everything is possible with zeromq. :) Did you read the guide?
http://zguide.zeromq.org/page:all
-Michel
On Tue, Apr 3, 2012 at 2:10 AM, Marten Feldtmann <itlists at schrievkrom.de> wrote:
> Hello,
>
> I would like to use ZMQ for some kind of resource publishing support (or
> some kind of zero configuration). I thought about a local multicast or
> UDP solution.
>
> The services should just send periodically their server infos into the
> multicast network (which could be a push) and the clients are just
> listening (PULL) and collecting these infos.
>
> I think this should be possible with ZMQ ??
>
> Marten
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
More information about the zeromq-dev
mailing list