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