RabbitMQ HTTP API client.
Relevant documentation guides:
RabbitMQ HTTP API client. Relevant documentation guides: * http://www.rabbitmq.com/management.html * https://raw.githack.com/rabbitmq/rabbitmq-management/rabbitmq_v3_5_6/priv/www/api/index.html
(bind vhost exchange queue)
(bind vhost exchange queue properties)
(bind vhost exchange queue properties m)
(declare-permissions vhost username {:keys [configure write read] :as body})
Deprecated. Use set-permissions.
Deprecated. Use set-permissions.
(declare-policy vhost name policy)
Deprecated. Use set-policy.
Deprecated. Use set-policy.
(declare-user user password tags)
Deprecated. Use add-user.
Deprecated. Use add-user.
(declare-vhost vhost)
Deprecated. Use add-vhost.
Deprecated. Use add-vhost.
(list-bindings)
(list-bindings vhost)
(list-bindings vhost queue)
(list-bindings vhost queue m)
(list-bindings-for-which-exchange-is-the-destination vhost exchange)
(list-bindings-for-which-exchange-is-the-source vhost exchange)
(safe-json-decode {body :body {content-type "content-type"} :headers})
Try to parse json response. If the content-type is not json, just return the body (string).
Try to parse json response. If the content-type is not json, just return the body (string).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close