[zeromq-dev] Zmq and Java

Emmanuel TAUREL taurel at esrf.fr
Mon May 6 17:55:27 CEST 2013


Hello all,

As far as I know, if we want to use ZMQ in java software, we have two 
alternatives which are:
1 - Use Jzmq which is a JNI layer above C++ zmq
2 - Use Jeromq which is a port of C++ zmq to Java. Therefore, this one 
is 100 % java

Now, if I want to use Pub/Sub pattern with multicast transport (PGM), my 
choice is restricted to Jzmq because the PGM transport
is not available in Jeromq.

Is this correct?

Thank's for your answers

Emmanuel




More information about the zeromq-dev mailing list