Following is the way i am using to send exchange:

Map<String, Object> msgBody;

//Populating msgBody with Key Values

exchange.getIn().setBody(msgBody);
processor.process(exchange);


And how can i identify whether Exchange is processed or not ?

--
View this message in context: 
http://camel.465427.n5.nabble.com/Synchronous-Routing-tp4769944p4770361.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to