Hi, I think you have to set your correlation Id as exchange property, not as header property to make this work.
And, as far as I understand, Camel already provides the CamelExchangeId in the exchange properties. Whenever the route creates new exchange objects (e.g. after splits), the original ExchangeId is still available in the exchange properties as CamelCorrelationId. Regards, Alfred -- View this message in context: http://camel.465427.n5.nabble.com/message-exchange-identification-tp4262418p4263944.html Sent from the Camel - Users mailing list archive at Nabble.com.
