2 Replies Latest reply on Feb 3, 2009 7:34 AM by timfox

    How to configure Connection Factories for No Transactions an

    jammy

      I am a new user to JBoss Messaging. Using JBoss Messaging 1.4.0 SP3.
      I tried forming Connection Factories with it; but found that all the connection factories were by default created for XA_Transactions.
      I need to create Connection Factories for Local Transactions and No Transactions.

      I had modified connection-factories-service.xml with the following entries, and created a few MBean entries all of them turned out to be XA Transaction Connection Factory.

      <mbean code="org.jboss.jms.server.connectionfactory.ConnectionFactory"
      name="jboss.messaging.connectionfactory:service=LTConnectionFactory"
      xmbean-dd="xmdesc/ConnectionFactory-xmbean.xml">
      <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer
      <depends optional-attribute-name="Connector">jboss.messaging:service=Connector,transport=bisocket
      jboss.messaging:service=PostOffice



      /LTConnectionFactory
      java:/LTConnectionFactory




      Let me know what else I need to do. I read through the JBoss Messaging 1.4 Users Guide. But couldn't find any related information.

      Thanks.