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