# File lib/mq/queue.rb, line 363
    def publish data, opts = {}
      exchange.publish(data, opts)
    end