Hi all I'm trying to create a Camel route that will post a message to a legacy system with a JMS interface, and wait for a reply on a specific JMS queue. This seems to be a pretty standard use of the inout exchange pattern. However, the legacy system does not use the standard JSMCorrelationID header to associate outbound messages with their inbound requests. Instead, it uses an entirely non-standard header.
As I understand it, if I use from (jms:something).inout(jms:something?replyTo=output_queue) then Camel will use JMSCorrelationID to match the inbound and outbound messages. However, is there any way that inout() can be configured to use some other header? If not, is there some other way to approach this problem using standard Camel features? Thanks Kev -- View this message in context: http://camel.465427.n5.nabble.com/Using-non-standard-JMS-correlation-ID-tp5753642.html Sent from the Camel - Users mailing list archive at Nabble.com.
