libjeromq-java

Java implementation of the zeromq messaging library
  https://github.com/zeromq/jeromq
  0
  no reviews



Jeromq is pure java implementation of the zeromq messaging library (libmzq). compared to jzmq (libzmq-java) this implementation doesn't rely on a native library.

jeromq support zmtp/2.0, the tcp:// and inproc:// protocols. ipc:// protocol works only between jeromq. the api is compatible with jzmq.