clj-0MQ

December 18, 2011 ยท View on GitHub

Thin wrapper for jzmq, the java client for 0MQ.

Installation

clojure-zmq has the following core dependencies:

The native libraries for zmq and jzmq must be compiled and installed accordingly. You can install zmq.jar to your local Maven repository like so:

mvn install:install-file -Dfile=src/zmq.jar -DgroupId=org.zmq -DartifactId=jzmq -Dversion=1.0.0 -Dpackaging=jar

Usage

Check out the provided examples.

License

Copyright (C) 2011 Andreas Koestler

Distributed under the Eclipse Public License, the same as Clojure.