An open API service indexing awesome lists of open source software.

https://github.com/active-group/active-artemis

Clojure bindings for Apache Artemis
https://github.com/active-group/active-artemis

Last synced: 19 days ago
JSON representation

Clojure bindings for Apache Artemis

Awesome Lists containing this project

README

          

# `active-artemis`

Thin Clojure-wrapper around `org.apache.activemq/artemis-core-client` that only
speaks core.

## Example

Start the docker composition

```
$ docker compose up
```

Then, start the example app. It will publish a few messages

```
$ clj -M -m active.artemis.core
```