A bit confused what you want to do?

Do you want something like this
 from("file:src/data?noop=true")
        .to(sendQStr)
// after sending to qstr, then send success to rcvQ
        .setBody(constant("success")
        .to(rcvQStr);

-----
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/
--
View this message in context: 
http://camel.465427.n5.nabble.com/how-can-excute-template-sendBody-in-order-tp4312741p4312754.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to