Liking cljdoc? Tell your friends :D

monkey.jms.artemis

ActiveMQ Artemis specific functionality

ActiveMQ Artemis specific functionality
raw docstring

start-brokerclj

(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
sourceraw docstring

stop-brokerclj

(stop-broker b)
source

transport-configclj

(transport-config port)
source

with-brokerclj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close