camel-jms - Support jms producer with InOut using custom and dynamic JMSReplyTo 
provided as header
--------------------------------------------------------------------------------------------------

                 Key: CAMEL-1807
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1807
             Project: Apache Camel
          Issue Type: New Feature
          Components: camel-jms
    Affects Versions: 2.0-M2
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.0.0


JmsProducer can a current time only use fixed reply to
- set on component
- set on endpoint

We should support using dynamic reply to provided as a camel header.

Setting a Camel header on the IN message with the key {{CamelJmsReplyTo}} will 
do just that.
The downside is the listener of the response is created dynamic and after use 
its terminated.

Consider using a fixed reply to such as the {{replyTo}} on the endpoint instead 
as the listener can run all the time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to