my route like
from("direct://test").process("convertOut").to("mycompomnent").process("convertIn")

i need to send local message to mycompomnent, but i need to convert message
to the format before send and mycompomnent is sync mode, so i need to
convert the response message to my format after get response.

i must use two processor to handle?

how to use route like
from("direct://test").process("converter").to("mycompomnent")

in the process converter, i how to know what the request from direct and
response from mycompomnent?

--
View this message in context: 
http://camel.465427.n5.nabble.com/how-to-process-sync-exchange-mode-tp4697451p4697451.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to