-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Not A Bug
-
Affects Version/s: 2.21.0
-
Fix Version/s: None
-
Component/s: camel-quartz2
-
Labels:None
-
Estimated Complexity:Unknown
Hi team,
We are using quartz2 implementations with "org.quartz.impl.jdbcjobstore.PostgreSQLDelegate". We wanted to release test idle connections.
We tried this property "org.quartz.dataSource.NAME.idleConnectionValidationSeconds" in quartz.properties files.
But its not working in this version.Not even considering this property.after some seconds still idle connections are persist.
How to implement this feature.Are this available in later versions ?