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 <[email protected]> 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 > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
