Sending an InOnly message to a JMS queue with JMSReplyTo header should let 
Camel lookup or auto create the reply queue
----------------------------------------------------------------------------------------------------------------------

                 Key: CAMEL-3102
                 URL: https://issues.apache.org/activemq/browse/CAMEL-3102
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-jms
    Affects Versions: 2.4.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.5.0


See nabble
http://camel.465427.n5.nabble.com/Setting-JMS-ReplyTo-tp2800345p2800345.html

At first you must also enable {{preserveMessageQos=true}} when sending the 
InOnly message with a JMSReplyTo header to force Camel to use it.
ActiveMQ is clever that it can auto create the JMSReplyTo destination to set on 
the {{javax.jms.Message}} based from a String as it has a type converter String 
-> Destination.

But other brokers may fail that. So we should let JmsProducer help here with
- lookup destination using destination resolver
- fallback and create the destination

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