Liking cljdoc? Tell your friends :D

monkey.ci.events.mailman.jms

JMS-specific functionality for handling events. This has mainly to do with queue and topic configurations and listeners.

JMS-specific functionality for handling events.  This has mainly to do with
queue and topic configurations and listeners.
raw docstring

destination-typesclj

source

event-destinationscljdeprecated

source

queue-destinationsclj

(queue-destinations {:keys [prefix suffix] :or {suffix ".q"}})

Similar to topic-destinations, but specifies a unique queue for each destination. This allows consumers to read from that queue only, ensuring each event is only processed once.

Similar to `topic-destinations`, but specifies a unique queue for each destination.
This allows consumers to read from that queue only, ensuring each event is only
processed once.
sourceraw docstring

topic-destinationsclj

(topic-destinations conf)
source

topic-prefixclj

source

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

× close