activemq-protobuf-sandwich

An example of using Appche ActiveMQ and Google Protobuf with Clojure.

Leiningen/Boot

[activemq-protobuf-sandwich "0.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

activemq-protobuf-sandwich/activemq-protobuf-sandwich {:mvn/version "0.2.0-SNAPSHOT"}

Gradle

implementation("activemq-protobuf-sandwich:activemq-protobuf-sandwich:0.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>activemq-protobuf-sandwich</groupId>
  <artifactId>activemq-protobuf-sandwich</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>