Method: AMQP::Channel#auto_recovery
- Defined in:
- lib/amqp/channel.rb
#auto_recovery ⇒ Boolean
Returns true if this channel is in automatic recovery mode.
250 251 252 |
# File 'lib/amqp/channel.rb', line 250 def auto_recovery @auto_recovery end |