Resolution: Description:
============
What does it mean when the property bw.engine.dbConnection.idleTimeout is set to 0 in TIBCO ActiveMatrix BusinessWorks(TM)?
Environment:
===========
All
Resolution:
==========
The property bw.engine.dbConnection.idleTimeout means how long a database connection could remain idle without being released for next iterations. For example: java.property.bw.engine.dbConnection.idleTimeout=20 means it could remain idle for 20 minutes at maximum without being released.
Setting to 0 means the connection will never timeout and will not be released.