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
- Host: GitHub
- URL: https://github.com/active-group/active-artemis
- Owner: active-group
- Created: 2026-03-19T08:51:59.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-20T10:19:57.000Z (3 months ago)
- Last Synced: 2026-03-21T00:32:51.657Z (3 months ago)
- Language: Clojure
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```