Andy Goldstein created QPID-4562:
------------------------------------

             Summary: qpid_messaging gem doesn't support message.reply_to = 
'name/subject; {node:{...}}'
                 Key: QPID-4562
                 URL: https://issues.apache.org/jira/browse/QPID-4562
             Project: Qpid
          Issue Type: Bug
          Components: Ruby Client
            Reporter: Andy Goldstein
            Priority: Minor


The qpid_messaging gem currently requires the argument passed to 
message.reply_to= to be an Address. The other languages (c++, python) allow you 
to pass a string to reply_to=. When trying to construct an address using 
Qpid::Messaging::Address.new('qmf.default.topic', 'direct.xyz', :node => {:type 
=> :topic}), Ruby segfaults because of a problem converting a string to a map. 
It would be nice if it were possible to simply pass a string to 
Message#reply_to=.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to