Hello Mark!

Sample taken from the camel-jdbc wiki page [1]:

from("timer://foo?period=60000").setBody(constant("select * from
customer")).to("jdbc:testdb").to("activemq:queue:customers");


[1] http://camel.apache.org/jdbc.html

Cheers,
Christian

Reply via email to