Utilities and helpers for dev and test use
Utilities and helpers for dev and test use
(init-queue sqs-config queue)
(init-queue sqs-config queue n-threads timeout)
(init-queue sqs-config queue n-threads timeout n-consumers)
This should NOT be invoked in production.
Create a single queue returning a map in the format suitable for rebinding to the configuration map function.
If not supplied, n-threads = 1, timeout = 1800
This should NOT be invoked in production. Create a single queue returning a map in the format suitable for rebinding to the configuration map function. If not supplied, n-threads = 1, timeout = 1800
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close