If you want use PUB-SUB, please refer Getting the Message Out <http://zguide.zeromq.org/page:all#Getting-the-Message-Out> http://zguide.zeromq.org/java:wuserver (run single instance) http://zguide.zeromq.org/java:wuclient (run multiple instances)
Or If you want to use PUSH-PULL Divide and Conquer <http://zguide.zeromq.org/page:all#Divide-and-Conquer> http://zguide.zeromq.org/java:taskvent (run single instance) http://zguide.zeromq.org/java:taskwork (run multiple instance) http://zguide.zeromq.org/java:tasksink (run single instance) On Sat, Nov 15, 2014 at 1:13 PM, Gregg Irwin <[email protected]> wrote: > CP> Yes I have read the guide and in my case I have multiple ports > CP> opened on a socket and I need send the data on all those four ports. > > CP> Can we not do this? If not then why we cannot do this? sorry for > CP> my ignorance > > I don't use Jero, but you should just be able to call connect multiple > times for your socket, once for each endpoint. > > -- Gregg > > _______________________________________________ > 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
