# File lib/qpid/message.rb, line 73 def reply_to address_impl = @message_impl.getReplyTo # only return an address if a reply to was specified Qpid::Messaging::Address.new(nil, nil, nil, nil, address_impl) if address_impl end