Jon Tsui created AMQCPP-433:
-------------------------------

             Summary: Message::getCMSCorrelationID() returns different value 
from Java's Message.getJMSCorrelationID()
                 Key: AMQCPP-433
                 URL: https://issues.apache.org/jira/browse/AMQCPP-433
             Project: ActiveMQ C++ Client
          Issue Type: Bug
          Components: CMS Impl
    Affects Versions: 3.4.0
         Environment: Linux and Solaris
            Reporter: Jon Tsui
            Assignee: Timothy Bish


Apache ActiveMQ-CPP's cms::Message::getCMSCorrelationID() returns the string 
"correlation-id".

Java's javax.jms.Message.getJMSCorrelationID() returns the actual correlation 
ID (the string value of the property "correlation-id").

I would expect the two to do the same thing, so 
cms::Message::getCMSCorrelationID() should return the String value of the 
property "correlation-id". I also base this expectation on the current behavior 
of cms::Message::getCMSReplyTo() returning the Destination value of the 
property "reply-to" instead of returning the string "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

Reply via email to