# File lib/amqp/channel.rb, line 724
    def get_queue
      if block_given?
        @get_queue_mutex.synchronize {
          yield( @get_queue ||= [] )
        }
      end
    end