2 Replies Latest reply on Oct 17, 2005 5:33 PM by jbohn

    do I need XA

    jbohn

      Hello,

      i have a question about datasource. We developed a system with a jdbc datasourc as as JCA and using JMS via a JCA. We got always the messages that we are using local transactions and in case of an error data will be inconsistend. My question is, do we need xa? My understanding from xa is, that it is used for transaction for two datasoures? We have only one DB which wiil be connected to the JMS and "normal" data access. Again, do I need XA, if I am using one DB, but with JMS and JDBC?

      Thanks for any help!