1 Reply Latest reply on Jun 6, 2016 7:27 AM by tomjenkinson

    Connection pooling for JBossTS Narayana

    abhijeet01

      I'm using JBossTS (Narayana) version 5.2.9 Final. There is no supports for connection pooling through the TransactionDriver. Establishing new physical connection for every transaction will slow down my production service.

       

       

      Can you please guide me to develop a custom wrapper around the TransactionalDriver of Narayana? 

       

       

      I'm using Apache Tomcat JDBC 8 for connection pooling. I'm also using MysQL as DBServer and MySQLXADataSource as the XADatasource for the TransactionalDriver.