Operations on channels. Relevant guides: * http://clojurerabbitmq.info/articles/connecting.html
(close channel)
(close channel code message)
Closes given channel using channel.close AMQP method
Closes given channel using channel.close AMQP method
(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.
(open? channel)
Checks if channel is open. Consider using langohr.core/open? instead.
Checks if channel is open. Consider using langohr.core/open? instead.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close