Liking cljdoc? Tell your friends :D

ziggurat.messaging.consumer


convert-and-ack-messageclj

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

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

get-dead-set-messages-for-channelclj

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

get-dead-set-messages-for-topicclj

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

start-channels-subscriberclj

(start-channels-subscriber channels topic-entity)
source

start-retry-subscriber*clj

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

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

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

× close