# File lib/mq.rb, line 415
  def fanout name = 'amq.fanout', opts = {}
    exchanges[name] ||= Exchange.new(self, :fanout, name, opts)
  end