ActiveMQ Artemis specific functionality
ActiveMQ Artemis specific functionality
(start-broker {:keys [journal-dir broker-port]
:or {journal-dir "target/data/journal" broker-port 61617}})
Starts an embedded Artemis broker with AMQP connector
Starts an embedded Artemis broker with AMQP connector
(with-broker conf f)
Starts a broker with given configuration, runs f
and finally stops the broker.
Starts a broker with given configuration, runs `f` and finally stops the broker.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close