Hi All,
 
Is it must to end camel route with to()? I have route which put data to
database and I have a class with method with save operation. Can I just do
like
 
from(fromUri)
     .........
     .bean(myHibernateOperationsImpl, "mySaveMethod");
 
Thanks,
Anjib



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

Reply via email to