Method: Cloudist::Queues::BasicQueue#teardown
- Defined in:
- lib/cloudist/queues/basic_queue.rb
#teardown ⇒ Object
120 121 122 123 124 |
# File 'lib/cloudist/queues/basic_queue.rb', line 120 def teardown @queue.unsubscribe @channel.close log.debug "AMQP Unsubscribed: #{tag}" end |