[
http://jira.jboss.com/jira/browse/JBESB-656?page=all ]
Mark Little closed JBESB-656.
-----------------------------
Resolution: Done
I've changed the name from MessageId to
org.jboss.soa.esb.message.transport.jms.correlationID (to avoid any further confusion!),
added this to Environment.java so it is globally available and not hard-coded into the
classes that use it, and changed those two classes to use it. That just leaves the related
issues!
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