This content has been marked as final.
Show 3 replies
-
1. Re: How to use JBossManagedConnectionPool.flush()?
ramsbuddha Dec 3, 2008 7:27 AM (in response to ramsbuddha)Hi All,
I know this can be done by JMX console, but I would like to see a solution which is automatic and should flush all the connections irrespective of their status(idle/busy(if busy should be flushed after the task is done))
Thanks
Rams -
2. Re: How to use JBossManagedConnectionPool.flush()?
vickyk Dec 3, 2008 11:15 AM (in response to ramsbuddha)Write a MBean which will have configurable time period as a property.
This MBean should call flush periodically on the JBossManagedConnectionPool. -
3. Re: How to use JBossManagedConnectionPool.flush()?
ramsbuddha Aug 27, 2010 3:03 AM (in response to vickyk)Hi Vicky,
First of all My Apologies for not replying for such a long time.
Thanks a lot for the solution. It really helped me a lot.
Thanks
Rama