Looking the ZeroMQ bindings. I found that jzmq last release was almost three years ago. Is this binding deprecated?
On the other hand there is a native java implementation of ZeroMQ called JeroMQ which is supported by the ZeroMQ community and has a lot of activity in Github and it is based on one of the latest versions of libzmq(4.1.7).
Should all new Java development using ZeroMQ be based on JeroMQ? (Considering that jzmq and JeroMQ APIs are starting to diverge)
How JeroMQ interoperate with ZeroMQ bindings in other languages?