I am not sure if it is thread safe...however the jdbc component is thread safe. the connections and result sets are closed by the producer so there should be no leaks there. connection/statement reuse should be handled by DataSource impls in the driver
Brian McCallister wrote: > > Very cool -- do you recall if JDBC connections and result sets are > allowed to be used across different threads? > > -Brian > -- View this message in context: http://www.nabble.com/Camel-JDBC-Component-tf4348358s22882.html#a12396711 Sent from the Camel - Development mailing list archive at Nabble.com.
