Thank you for your replay.. I have followd your advice and used the message history EIP (http://camel.apache.org/message-history.html) and it works perfectly.
But in log that it is giving to me , i have this : routeid nodeid processor elapsed .... route1 to8 *{{url}}* 135 I'have a propertyplaceholder injectd in the context, with a props file containing the value of url. Why the value of url wasn't evaluated and replaced by its value? the code is as follows : List<MessageHistory> list = exchange.getProperty(Exchange.MESSAGE_HISTORY, List.class); messageHistory.getNode().getLabel() ------> gives me {{url}} and not the real value How can i have the real value and not just the parameter? Kind regards, -- View this message in context: http://camel.465427.n5.nabble.com/Re-Camel-route-Audit-and-processing-summury-tp5784339p5784377.html Sent from the Camel - Users mailing list archive at Nabble.com.