GitHub user zregvart opened a pull request: https://github.com/apache/camel/pull/1410
CAMEL-10726 Correlation of JMS InOut exchanges ... ...with custom JMS property This commit adds a new configuration option `correlationProperty` if set its value will be used instead of `JMSCorrelationID` JMS message property to correlate messages in InOut (request-reply) exchange. Also, if this `correlationProperty` is set, `JMSCorrelationID` will not be consulted on the incoming message or set on the outgoing message. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zregvart/camel CAMEL-10726 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1410.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1410 ---- commit 7634cab488d473f5f57bbe10a3130b972489a045 Author: Zoran Regvart <zo...@regvart.com> Date: 2017-01-19T13:45:01Z CAMEL-10726 Correlation of JMS InOut exchanges ... ...with custom JMS property This commit adds a new configuration option `correlationProperty` if set its value will be used instead of `JMSCorrelationID` JMS message property to correlate messages in InOut (request-reply) exchange. Also, if this `correlationProperty` is set, `JMSCorrelationID` will not be consulted on the incoming message or set on the outgoing message. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---