<property name="maxActive" value="200"/> maps to setMaxActive in the BasicDataSource, so just add the properties that you need.
2009/7/3 chu_man_fu <[email protected]> > > How can I configure this class via the XML config? > That link is the API for the Java class. I have no control over how this is > used, the persistance is done internal to ActiveMQ...isn't it? > > > Gary Tully wrote: > > > > You got to configure the jdbc connection pool to close idle connections > if > > you want this behavior. Check out the api reference > > > http://commons.apache.org/dbcp/apidocs/org/apache/commons/dbcp/BasicDataSource.html > > > > - > > http://blog.garytully.com > > > > Open Source Integration > > http://fusesource.com > > > > > > -- > View this message in context: > http://www.nabble.com/Using-Oracle-for-persistence---DB-sessions-not-dying-tp24306601p24319799.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > -- http://blog.garytully.com Open Source Integration http://fusesource.com
