Liking cljdoc? Tell your friends :D

piped.producers

Code relating to polling SQS messages from AWS and getting them onto channels.

Code relating to polling SQS messages from AWS and getting them onto channels.
raw docstring

initial-timeout-secondsclj

source

max-receiveclj

source

max-waitclj

source

min-receiveclj

source

spawn-producerclj

(spawn-producer client queue-url output-chan nack-chan)
(spawn-producer client
                queue-url
                output-chan
                nack-chan
                {:keys [MaxNumberOfMessages VisibilityTimeout]
                 :or {MaxNumberOfMessages max-receive
                      VisibilityTimeout initial-timeout-seconds}})
source

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

× close