You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/09/03 17:58:40 UTC

[jira] Resolved: (CAMEL-3102) Sending an InOnly message to a JMS queue with JMSReplyTo header should let Camel lookup or auto create the reply queue

     [ https://issues.apache.org/activemq/browse/CAMEL-3102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-3102.
--------------------------------

    Resolution: Fixed

trunk: 992341.

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