Liking cljdoc? Tell your friends :D

langohr.channel

Operations on channels.

Relevant guides:

Operations on channels.

Relevant guides:

* http://clojurerabbitmq.info/articles/connecting.html
raw docstring

as-non-recovering-channelclj

(as-non-recovering-channel ch)
source

closeclj

(close channel)
(close channel code message)

Closes given channel using channel.close AMQP method

Closes given channel using channel.close AMQP method
sourceraw docstring

closed?clj

source

openclj

(open connection)
(open connection id)

Opens a new channel on given connection using channel.open AMQP method.

Returns nil if channel cannot be open because the number of open channel would surpass negotiated channel_max connection setting.

Opens a new channel on given connection using channel.open AMQP method.

Returns nil if channel cannot be open because the number of open channel
would surpass negotiated channel_max connection setting.
sourceraw docstring

open?clj

(open? channel)

Checks if channel is open. Consider using langohr.core/open? instead.

Checks if channel is open. Consider using langohr.core/open? instead.
sourceraw docstring

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

× close