com.keminglabs/jzmq

The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. This package contains the Java Bindings for ZeroMQ.

  • VCSN/A

  • cljdoc documentationcljdoc
  • 8,744 Downloads
  • 8,744 This Version

Leiningen/Boot

[com.keminglabs/jzmq "a6c1706"]

Clojure CLI/deps.edn

com.keminglabs/jzmq {:mvn/version "a6c1706"}

Gradle

implementation("com.keminglabs:jzmq:a6c1706")

Maven

<dependency>
  <groupId>com.keminglabs</groupId>
  <artifactId>jzmq</artifactId>
  <version>a6c1706</version>
</dependency>