Home > clojure-zmq

clojure-zmq

Clojure-zmq is a project mainly written in Clojure, it's free.

A Clojure binding/wrapper for ZeroMQ

clojure-zmq

Introduction

clojure-zmq provdes a thin Clojure-esque API on top of 0MQ.

Getting Started

clojure-zmq has the following core dependencies:

  • zmq
  • jzmq
  • clojure
  • clojure-contrib

The native libraries for zmq and jzmq must be compiled and installed accordingly.

The Zmq.jar produced from building jzmq must be installed to your local Maven repository as follows:

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

A Maven POM is provided allowing you to build clojure-zmq and install it into your local Maven repository.