1 Reply Latest reply on Jun 24, 2004 9:43 AM by jae77

    Sonic MQ

    stlo72

      Hi,

      I'm using JBoss3.2.3 with SonicMQ6 as JMS-Provider. My implementation works fine with JBossMQ, but with Sonic I get Exceptions while using XA:

      javax.transaction.xa.XAException: TMNOFLAGS: XAResource.start is invoked on a connection that is cur
      rently associated with a different transaction. XAResource Transaction State is T2
      at progress.message.jimpl.xa.XAResource.start(Unknown Source)
      at org.jboss.tm.TransactionImpl.startResource(TransactionImpl.java:1148)
      at org.jboss.tm.TransactionImpl.enlistResource(TransactionImpl.java:636)
      at org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener.enlist
      (TxConnectionManager.java:455)
      at org.jboss.resource.connectionmanager.TxConnectionManager.managedConnectionReconnected(TxC
      onnectionManager.java:343)
      at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnec
      tionManager2.java:483)
      at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.alloca
      teConnection(BaseConnectionManager2.java:814)
      at org.jboss.resource.adapter.jms.JmsSessionFactoryImpl.createQueueSession(JmsSessionFactory
      Impl.java:119)

      Had somebody made same experiences?

        • 1. Re: Sonic MQ
          jae77

          what did you do to get sonic working w/ xa transactions (well, at least to try to use them)? i followed the instructions that came w/ the "free" integration code they wrote for jboss, but it doesn't work.

          i can test things on my end if you let me know how you got it working and see what kind of results i get.