okay thanks for the Pointers Claus
--
View this message in context:
http://camel.465427.n5.nabble.com/Basicdatasource-Connection-question-Camel-tp5774457p5774474.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Depends. Maybe ask the computer and do sone tests to measure the performance.
If the 2 routes do not use the connection at the same time, then they
can likely share it. But using 1 or 2 connections to a database is not
very much and your system should be able to handle 2 connections fine.
A conne
hi,
I i used a org.apache.commons.dbcp.BasicDataSource as a bean connection
in camel. By default how much connections does it open. As per the API I
see default as 1 unless I use poolconnectionfactory etc.
So my real question in the camel Spring XML , i use the same Datasource
definition for 2