On Wed, Feb 13, 2013 at 4:02 PM, prueegg <[email protected]> wrote:
> btw. I think the problem is that the destination for reply is directly read
> from the JMS Message in the JmsMessageHelper with
> message.getJMSReplyTo();
>
> This destination (instanceof Destination) could be directly used to send the
> reply without the DestinationResolver. The DestinationResolver is only
> required if the destination is not instanceof Destination.
>
> Unfortunatelly the getJMSReplyTo doesn't apply all the properties to the
> destination as the listener (receiving the request) has got.
>
> Do I have to consider to have a own JmsConfiguration class which overrides
> the CamelJmsTemplate to have a direct influence on the properties just
> before the actual send (of the reply) is done?
>

Did you find a solution to this?


>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/DestinationResolver-for-Reply-Messages-tp5727490p5727519.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
FuseSource is now part of Red Hat
Email: [email protected]
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to