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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |