/Camel-CSV2SQL-Example

Example Camel single route using Spring Java config that takes a CSV file via a JMS (ActiveMQ) queue, process it via a Velocity template, and output SQL INSERT statements to another JMS queue

Primary LanguageJava

Camel CSV 2 SQL Example