Thanks so it will manage everything internally . I think max active spring
parameter will ensure that no more than 200 connection are working
concurrently .
<bean id="oracle-ds" class="org.apache.commons.dbcp.BasicDataSource"
destroy-method="close">
<property name="driverClassName"
value="oracle.jdbc.driver.OracleDriver"
/>
<property name="url"
value="jdbc:oracle:thin:@172.24.8.164:1521:TABSTST"
/>
<property name="username" value="TABS" />
<property name="password" value="tbstst$172" />
*<property name="maxActive" value="200" />*
<property
name="poolPreparedStatements" value="true" />
</bean>
--
View this message in context:
http://camel.465427.n5.nabble.com/JDBC-connection-for-http-hits-to-Oracle-DB-tp5727128p5727195.html
Sent from the Camel - Users mailing list archive at Nabble.com.