# File lib/moqueue/overloads.rb, line 10
    def direct(name, opts={})
      Moqueue::MockExchange.new(opts.merge(:direct=>name))
    end