Generic
AMQP URI scheme for the AMQP protocol
@return [String] The AMQP address is the {#path} stripped of any leading “/”
# File lib/core/uri.rb, line 28 def amqp_address() path[0] == "/" ? path[1..-1] : path; end