2 Replies Latest reply on Feb 10, 2004 7:55 PM by jieshengz

    NonXA connection or XA connection?

      I have an application that use a database connection and a JMS connection. Both of them will be managed in a single transaction. My question is that should I use the non-XA conneciton or XA connection for both the database and JMS. If I use non-XA connection, is the Transaction manager can still manage these two resources according to the two-phase committment?

      thanks