[ 
https://issues.apache.org/jira/browse/CAMEL-10726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15829969#comment-15829969
 ] 

ASF GitHub Bot commented on CAMEL-10726:
----------------------------------------

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 <[email protected]>
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.

----


> Correlation of JMS InOut exchanges with custom JMS property
> -----------------------------------------------------------
>
>                 Key: CAMEL-10726
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10726
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-jms
>    Affects Versions: 2.19.0
>            Reporter: Zoran Regvart
>            Assignee: Zoran Regvart
>            Priority: Minor
>
> Some systems exchange messages correlating on custom JMS properties, not on 
> {{JMSCorrelationID}}. For instance systems that include non JMS clients 
> consuming and replying to messages.
> Camel JMS could add an option to use a custom JMS property and to set the 
> correlation id on that property, and correlate the reply based on that 
> property value from the reply message.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to