Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

lukepalmer/zeromq-native

Repository files navigation

Build Status Build status

zeromq-native

Native ZeroMQ libraries that work out-of-the-box in java.

Why?

  • Because ZeroMQ is great and I want people to use it
  • Needing to compile from source doesn't lend itself to rapid development in java. Many people hit this barrier and look elsewhere.
  • Getting the compilation, linking, and loading right can be rather unpleasant

Hasn't this been done?

There are lots of pacakges that are the result of "hey I compiled and stuffed it in a JAR" that haven't been updated in years.

This package is the result of a repeatable travis build that can be upgraded via a pull request to change the version number. Note that the repository itself contains no binaries. Hopefully this gives it some longevity as well as gives people confidence in using binaries from a 3rd party.

##What is implemented

  • Linux 64 bit
  • Linux 32 bit
  • Windows 64 bit
  • Windows 32 bit

OS X should be possible in Travis, particularly if anyone familiar with that ecosystem would like to contribute.

Note that only a SNAPSHOT version is available at the moment as windows builds of JZMQ are not sane in released versions.

#Using net.lukepalmer zeromq-native 4.1.5-SNAPSHOT net.lukepalmer jzmq 3.1.1-SNAPSHOT

And then you should have working jzmq bindings.

#Deploying

Steps to build from scratch and deploy to maven central

  1. set version number
  2. mvn clean package -DskipTests
  3. mvn test
  4. mvn deploy

About

Native ZeroMQ libraries with maven packaging

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published