DefaultJMSPropertiesSetter mapps Call.getMessagID to JMSCorrelationID
---------------------------------------------------------------------
Key: JBESB-3710
URL:
https://issues.jboss.org/browse/JBESB-3710
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Rosetta
Affects Versions: 4.10
Reporter: Pontus Ullgren
In DefaultJMSPropertiesSetter#setJMSMessageID( final org.jboss.soa.esb.message.Message
fromESBMessage , final Message toJMSMessage ) the Call.getMessageId is mapped to
toJMSMessage.setJMSCorrelationID( msgId ).
From the JavaDoc I would expect the Call.getMessageId to be mapped to
toJMSMessage.setJMSMessageID().
Either way the JMSCorrelationID will be overwriten by the Call.getRelatesTo() in the
setJMSCorrelationID.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira