[
http://jira.jboss.com/jira/browse/JBESB-656?page=comments#action_12367836 ]
Mark Little commented on JBESB-656:
-----------------------------------
Definitely related, but my original assumption was wrong. For some reason we're not
using the MessageID in the header field for relating JMS messages. Not sure why we
don't do that and I've created another issue for that. Turns out this issue is
really about badly naming the body element as MessageId when we already have something
called MessageID.
JMSCorrelationID pulled from message body when it should be the
header
----------------------------------------------------------------------
Key: JBESB-656
URL:
http://jira.jboss.com/jira/browse/JBESB-656
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Transports
Affects Versions: 4.2 Milestone Release 2
Reporter: Mark Little
Assigned To: Mark Little
Priority: Critical
Fix For: 4.2 Milestone Release 3
if (message.getBody().get("MessageId")!=null) {
oMsg.setJMSCorrelationID((String)message.getBody().get("MessageId"));
}
Does not make sense, because the MessageId is from the EPR, which is within the header.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira