Skip to content
This repository was archived by the owner on Feb 3, 2018. It is now read-only.

kwo/jnazmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jnazmq: Java JNA bindings for ZeroMQ


Java JNA bindings for ZeroMQ. Differs from the jzmq project which uses JNI bindings.

Building and Installing

Requirements

  • 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.

Roadmap

Preliminary benchmarks indicated a 200x performance decrease over JNI. No further work is planned and the code is offered as a proof of concept.

About

NO LONGER MAINTAINED

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages