Java JNA bindings for ZeroMQ. Differs from the jzmq project which uses JNI bindings.
- Java 1.6 JDK
- Maven 2.0 +
Build as follows:
cd jnazmq
mvn clean install
A JAR file will be generated in the jnazmq/target directory named jnazmq-VERSION.jar. The JAR is self-contained so it be moved and renamed if desired or left right where it is.
Preliminary benchmarks indicated a 200x performance decrease over JNI. No further work is planned and the code is offered as a proof of concept.