# File lib/amq/client/async/queue.rb, line 455
        def handle_connection_interruption(method = nil)
          @consumers.each { |tag, c| c.handle_connection_interruption(method) }
        end