0 Replies Latest reply on Jul 23, 2014 6:12 AM by mylos78

    removeAbandoned connections

    mylos78

      Hi all !

      I need to find out a Datasource Connection setting which allows me to remove abandoned connections from the pool. By adandoned I mean connections which failed to close (equivalento to tomcat removeAbandoned). What's the parameter for it ?

      I've found the following info in this forum:

      <datasource ... enabled="true" use-ccm="true">

       

      Then in the JCA subsystem:

       

          <subsystem xmlns="urn:jboss:domain:jca:1.1">

              <cached-connection-manager debug="true"/>

          </subsystem>

      1. is it an equivalent for the removeAbandoned ?

      2. Is it possible to set a timeout for it ?

      Thanks a lot

      Mylos