[jboss-user] [JBoss Messaging] - How to configure Connection Factories for No Transactions an

jammy do-not-reply at jboss.com
Thu Jan 8 06:54:25 EST 2009


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.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200310#4200310

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200310



More information about the jboss-user mailing list