Liking cljdoc? Tell your friends :D

ch.codesmith.blocks.test-containers.rabbitmq


connection-settingsclj

(connection-settings rabbitmq-container)
(connection-settings rabbitmq-container
                     {:keys [host username password]
                      :or {host "localhost" username "guest" password "guest"}})
source

open-admin-web-uiclj

(open-admin-web-ui rabbitmq-container)
source

rabbitmq-containerclj

(rabbitmq-container)
(rabbitmq-container
  {:keys [image-name exposed-ports erlang-cookie enabled-plugins-file]
   :or {image-name "rabbitmq:3.9"
        exposed-ports [5672 5673 15672]
        erlang-cookie test-erlang-cookie
        enabled-plugins-file
          {:path "ch/codesmith/blocks/test_containers/rabbitmq/enabled_plugins"
           :type :classpath-resource}}})
source

source

with-rabbitmqcljmacro

(with-rabbitmq [var settings] & body)
source

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

× close