Liking cljdoc? Tell your friends :D

kehaar.rabbitmq


connect-with-retriesclj

(connect-with-retries)
(connect-with-retries config)
(connect-with-retries config tries)

Attempts to connect to RabbitMQ broker tries times. Returns connection if successful.

Attempts to connect to RabbitMQ broker `tries` times.
Returns connection if successful.
sourceraw docstring

dissoc-blank-config-params-with-defaultsclj

(dissoc-blank-config-params-with-defaults config)

Takes a langohr RabbitMQ connection config map and returns a new one with all blank params with known-sane defaults dissoc'ed. This will allow the default to take over rather than using an invalid config.

Takes a langohr RabbitMQ connection config map and returns a new one with
all blank params with known-sane defaults dissoc'ed. This will allow the
default to take over rather than using an invalid config.
sourceraw docstring

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

× close