# File lib/amqp/channel.rb, line 705
    def recover(requeue = false)
      send Protocol::Basic::Recover.new(:requeue => requeue)
      self
    end