zeromq / jzmq

Java binding for ZeroMQ
http://www.zeromq.org
GNU General Public License v3.0
590 stars 364 forks source link

jzmq version 3.1.0 not working with zeromq version 3.2.5 on RHEL 7. #426

Open abhishek538 opened 8 years ago

abhishek538 commented 8 years ago

I was previously working on RHEL 6, with

zeromq version 2.2.0 
jzmq version 1.0 

It used to work fine on RHEL6. But for an upgrade i moved to RHEL7 and had to upgrade

zeromq version to 3.2.5 

in the process i also worked on upgrading

jzmq version to 3.1.0

but it turned out that i wasn't able to install it on RHEL7 as it

requires "libzmq.so.1"

while zeromq version 3.2.5

provides "libzmq.so.3".

So i have some queries:

  1. How to know which version of jzmq is compatible with which version of zeromq?
  2. There is no later version of jzmq after 3.1.0, so jzmq doesnt't support newer versions of zeromq?
caidollar commented 8 years ago

Which version of Zeromq does this jzmq support? THX