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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close