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