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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |