Producer producer = endpoint.createProducer();
        producer.process(exchange);
        
        return exchange.getOut().getBody();

i have put the message to direct compoment, and want to get the response in
sync mode. the remote is web services server. but how to ensure to return
the out message body after the producer's processes run finished.

--
View this message in context: 
http://camel.465427.n5.nabble.com/how-to-get-response-on-synchronous-in-cxf-module-tp4733514p4733514.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to