No cljdoc config found, articles auto discovered.
Library authors can specify article order and hierarchy.
→ Articles docs
(consume-message ch meta payload ack?)
(create-and-bind-queue queue-name exchange-name)
(create-and-bind-queue queue-name exchange-name dead-letter-exchange)
(get-implementation)
(get-messages-from-queue queue-name ack?)
(get-messages-from-queue queue-name ack? count)
(initialise-messaging-library)
(process-messages-from-queue queue-name count processing-fn)
(publish exchange message-payload)
(publish exchange message-payload expiration)
(start-connection config stream-routes)
(start-subscriber prefetch-count wrapped-mapper-fn queue-name)
(stop-connection config stream-routes)
cljdoc is a website building & hosting documentation for Clojure/Script libraries