[jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property

weston.price@jboss.com do-not-reply at jboss.com
Wed Nov 29 21:03:37 EST 2006


Ok, so let's deploy the *-ds.xml file. Drop it in your deploy directory. Note, the *-ds.xml file has an entry for the RAR you should use. This should be set to the RAR name that you previously deployed. 

So


  |    <tx-connection-factory>
  |       <jndi-name>activemq/QueueConnectionFactory</jndi-name>
  |       <xa-transaction/>
  |       <track-connection-by-tx/> <!-- Thanks to Adrian Brock for pointing this one out! -->
  |      <!-- Your RAR name here --> 
  |      <rar-name>activemq-ra-1.4.rar</rar-name>
  |       <connection-definition>javax.jms.QueueConnectionFactory</connection-definition>
  |       <security-domain-and-application>JmsXARealm</security-domain-and-application>
  |    </tx-connection-factory>
  | 
  | 

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

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



More information about the jboss-user mailing list