1 Reply Latest reply on Nov 4, 2004 2:39 AM by rajen

    Use of XAQueueConnectionFactory

    rajen

      hi,

      I am using Jboss 3.2.3. I want to send message to a Queue and do some database update from an SLSB within a single transaction using CMT.The database does not support XA.I removed the hsqldb-jdbc2-service.xml and use my own database for persistance.can I use a XAQueueConnectionFactory for the above?

      Thanks in advance.

        • 1. Re: Use of XAQueueConnectionFactory
          rajen

          I have gone through a number of posts in this forum regarding this topic.Still I am confused. Is it possible to group message sends and database update within a transaction(CMT) while using a database which does not support XA?

          Please help.