1 Reply Latest reply on Sep 20, 2004 12:52 PM by genman

    Using a non-XA QueueConnection.  It will not be able to part

    martha

      Hello,

      I'm using a MDB with a IBM MQSeries Queue in JBoss 3.2.5. When JBoss is deploying the bean, I'm getting this warning:
      "[StdServerSessionPool] Using a non-XA QueueConnection. It will not be able to participate in a Global UOW".
      In the jms-ds.xml the MQSeries-Provider is declared as followed:

      MQSeriesJMSProvider

      org.jboss.jms.jndi.JNDIProviderAdapter

      <!-- The queue connection factory -->
      MQQueueCF
      <!-- The topic factory -->
      MQQueueCF
      <!-- Uncomment to use HAJNDI to access JMS

      java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
      java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
      java.naming.provider.url=localhost:1100

      -->


      Can anybody explain me, what I'm doing wrong?

      Thanks
      Martha

        • 1. Re: Using a non-XA QueueConnection.  It will not be able to
          genman


          You should be able to find a conf. that works if you do search here (or using google.com)

          There are two "flavors" of QueueConnection, one with XA one without. The QueueConnectionFactory you are using should implement
          XAQueueConnectionFactory. The IBM docs should provide information this--I assume.