Thin wrapper for jzmq, the java client for 0MQ.
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
Check out the provided examples.
Copyright (C) 2011 Andreas Koestler
Distributed under the Eclipse Public License, the same as Clojure.