Re: Camel JDBC or SQL component vs SpringJDBCTemplate
The SQL component is backed by spring-jdbc, and I believe it uses JdbcTemplate extensively under the hood. I haven't compared performance of SQL vs JDBC components, but a further benefit of the SQL component is that it can be used in Camel's transaction support. On Fri, Aug 7, 2020 at 10:56 PM WEI
Camel JDBC or SQL component vs SpringJDBCTemplate
Just wondering what is the implementation behind the camel jdbc or sql component, how is the performance compared to springJDBCTemplate? Thanks -- ~ Weiquan Yuan Located in Ottawa, Canada