[esb-issues] [JBoss JIRA] Created: (JBESB-651) Update PackageJmsMessageContents to set the JMS header field JMSCorreletionID on the ESB Message Object body

Daniel Bevenius (JIRA) jira-events at lists.jboss.org
Mon Jul 2 10:08:58 EDT 2007


Update PackageJmsMessageContents to set the JMS header field JMSCorreletionID on the ESB Message Object body
------------------------------------------------------------------------------------------------------------

                 Key: JBESB-651
                 URL: http://jira.jboss.com/jira/browse/JBESB-651
             Project: JBoss ESB
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Rosetta
            Reporter: Daniel Bevenius
         Assigned To: Mark Little
            Priority: Minor


PackageJmsMessageContents currently adds the JMS header field JMSMessageID to the body of the ESB Message Object:
if (jmsMsg.getJMSMessageID()!=null) {
         message.getBody().add("MessageId", jmsMsg.getJMSMessageID());
}
It would be nice to add the JMSCorrelationID aswell, and perhaps other JMSHeader fields that can be set by an application. As far as I know the only others one besides the correlation id that can be set by an application are JMSType and JMSReplyTo. 



-- 
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

        



More information about the esb-issues mailing list