I am developing a router that it will read data from integration table and
after that it will update a column in integration table. my router is :

from("timer://foo?period=60000").setBody(constant("select * from
AIRPORT")).to("jdbc:dataSource").to("jms:queue:airport");

I can see to sql resultset in jms:queue:airport... But I cant update records
in database for these records. Please help me...

--
View this message in context: 
http://camel.465427.n5.nabble.com/How-can-I-update-database-table-by-using-camel-routing-tp4994185p4994185.html
Sent from the Camel Development mailing list archive at Nabble.com.

Reply via email to