# File lib/moqueue/mock_queue.rb, line 74
    def bind(exchange, key=nil)
      exchange.attach_queue(self, key)
      self
    end