[jboss-user] [JBoss Messaging] - Re: Lookup for JmsXA returning null
mskonda
do-not-reply at jboss.com
Thu Jun 21 04:08:04 EDT 2007
And this is my tx-connection-factory definition:
<!-- JMS XA Resource adapter, use this to get transacted JMS in beans -->
| <tx-connection-factory>
| <jndi-name>JmsXA</jndi-name>
| <use-java-context>false</use-java-context>
| <xa-transaction/>
| <rar-name>jms-ra.rar</rar-name>
| <connection-definition>org.jboss.resource.adapter.jms.JmsConnectionFactory</connection-definition>
| <config-property name="SessionDefaultType" type="java.lang.String">javax.jms.Topic</config-property>
| <config-property name="JmsProviderAdapterJNDI" type="java.lang.String">java:/DefaultJMSProvider</config-property>
| <max-pool-size>20</max-pool-size>
| <security-domain-and-application>JmsXARealm</security-domain-and-application>
| <depends>jboss.messaging:service=ServerPeer</depends>
| </tx-connection-factory>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056319#4056319
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056319
More information about the jboss-user
mailing list