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.1.9"]

Clojure CLI/deps.edn

org.immutant/messaging {:mvn/version "2.1.9"}

Gradle

implementation("org.immutant:messaging:2.1.9")

Maven

<dependency>
  <groupId>org.immutant</groupId>
  <artifactId>messaging</artifactId>
  <version>2.1.9</version>
</dependency>