Liking cljdoc? Tell your friends :D

sqs-utils.test-utils

Utilities and helpers for dev and test use

Utilities and helpers for dev and test use
raw docstring

create-queue!clj

(create-queue! sqs-config)
(create-queue! sqs-config queue-name)
source

delete-queue!clj

(delete-queue! sqs-config queue-url)
source

init-queueclj

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

purge-queue!clj

(purge-queue! sqs-config queue-url)
source

random-queue-nameclj

(random-queue-name)
source

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

× close