27.01.2012 13:00, Anubhav пишет:
> Hi,
>
> I have setup my publisher&  subscribers by using 0mq lib.
> But the issue is only one subscriber able to receive the message.
> For example if i run 3 subscribers then only 1 out of them.
> is able to receive the message, rest of them not.
> same case with 2&  4 subscribers.
>
> Do i need to set some extra conf for that ?

Don't you forget zmq_setsockopt(socket, ZMQ_SUBSCRIBE, NULL, 0); for 
subscribers? No other configuration required.
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to