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-tp4994243p4994243.html
Sent from the Camel - Users mailing list archive at Nabble.com.