0 Replies Latest reply on Nov 3, 2011 10:59 AM by gastonsb

    Problem configuring xa recovery jms jboss6

    gastonsb

      Hi,

      I've been trying to configure xa jms recovery for a remote ActiveMQ in JBoss 6.1 without success.

      I found some info but it doesn't apply in this version.

       

      I suppose that I have to modify the file transaction-jboss-beans.xml, but I don't know how.

      The default is configured for Hornetq, but I dont't know which class to use with ActiveMQ.

       

      I've searched subclasses of XAResourceRecovery, but I don't find any related to JMS. 

       

       

      {code:xml}<property name="xaResourceRecoveryClassNames" preinstantiate="false">

           <list elementClass="java.lang.String">

                <value>org.hornetq.jms.server.recovery.HornetQXAResourceRecovery;org.hornetq.core.remoting.impl.netty.NettyConnectorFactory</value>

           </list>

      </property>{code:xml}

       

      Any help?

       

      Regards,

      Gaston