org.immutant/messaging

Easily publish and receive messages containing any type of nested data structure to dynamically-created queues and topics.

Leiningen/Boot

[org.immutant/messaging "2.0.0-beta3"]

Clojure CLI/deps.edn

org.immutant/messaging {:mvn/version "2.0.0-beta3"}

Gradle

implementation("org.immutant:messaging:2.0.0-beta3")

Maven

<dependency>
  <groupId>org.immutant</groupId>
  <artifactId>messaging</artifactId>
  <version>2.0.0-beta3</version>
</dependency>