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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...