Liking cljdoc? Tell your friends :D

ziggurat.messaging.consumer


closeclj

(close channel)

convert-and-ack-messageclj

(convert-and-ack-message ch {:keys [delivery-tag] :as meta} payload ack?)

Take the ch metadata payload and ack? as parameter. Decodes the payload the ack it if ack is enabled and returns the message

Take the ch metadata payload and ack? as parameter.
Decodes the payload the ack it if ack is enabled and returns the message
raw docstring

get-dead-set-messages-for-channelclj

(get-dead-set-messages-for-channel ack? topic channel count)

get-dead-set-messages-for-topicclj

(get-dead-set-messages-for-topic ack? topic count)

start-channels-subscriberclj

(start-channels-subscriber channels topic-entity)

start-retry-subscriber*clj

(start-retry-subscriber* mapper-fn topic-entity channels)

start-subscribersclj

(start-subscribers stream-routes)

Starts the subscriber to the instant queue of the rabbitmq

Starts the subscriber to the instant queue of the rabbitmq
raw docstring

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

× close