0 Replies Latest reply on Mar 14, 2018 9:40 AM by matthieu.brouillard

    activation of ironjacamar connection validation

    matthieu.brouillard

      On wildfly-10.1.0.Final, using a pooled connection factory with xa and in-vm connector, we are facing some hangs on a big production server heavily relying on JMS ; exactly like it is described in hanging on HornetQRASessionFactoryImpl.createSession() .

       

      Instead of hacking ironjacamar, we would like to do some connection validation ; exactly like we do for the SQL connections.

      We have seen that ironjacamar has some features related to that (org.jboss.jca.core.connectionmanager.pool.validator.ConnectionValidator).

      Is there a wildfly configuration that would allow us to activate such validation features? We did not found any in the model documenation.

      If not, any idea on how we could proceed?

       

      Thanks for any help.

       

      Matthieu