Not that it has anything to do with Camel but Spring JDBCTemplate does not provide pooling either.
Just as with camel-jdbc the Spring JDBCTemplate uses the provided data source and you will need to use a connection pool libraries or get a container managed datasource pool. // Pontus On Wed, Sep 11, 2013 at 6:47 PM, myhumandreams < kv.prajeesh.rajas...@gmail.com> wrote: > Thanks Claus... > > I am planning to use spring JDBCTemplate for all my data access with > pooling. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-JBDC-Connection-pooling-tp5739116p5739179.html > Sent from the Camel - Users mailing list archive at Nabble.com. >