(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close