# File lib/mq.rb, line 830
  def MQ.default
    #-- XXX clear this when connection is closed
    Thread.current[:mq] ||= MQ.new
  end