Classes: Producer
11 12 13
# File 'lib/untied-publisher/amqp.rb', line 11 def self.producer Untied::Publisher::AMQP::Producer end
7 8 9
# File 'lib/untied-publisher/amqp.rb', line 7 def self.start config.channel ||= ::AMQP::Channel.new(::AMQP.connection) end