[zeromq-dev] ZeroMQ multiple sockets connection in Java

Min miniway at gmail.com
Sat Nov 15 22:42:57 CET 2014


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 <gregg at pointillistic.com>
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
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20141115/9f35bf25/attachment.htm>


More information about the zeromq-dev mailing list