# File lib/amqp/channel.rb, line 1252 def self.id Thread.current[:mq_id] ||= "#{`hostname`.strip}-#{Process.pid}-#{Thread.current.object_id}" end