Broker 10.15 | webMethods Broker Documentation | webMethods Broker Messaging Programmer's Guide | Application Server Support | Application Server Support When You Use webMethods Broker as a JMS Provider | Resource Adapter Configuration Properties in ra.xml File
 
Resource Adapter Configuration Properties in ra.xml File
Set the properties in the ra.xml file to configure the resource adapter. The ra.xml file is located in the webm-jmsra.rar\META-INF folder.
Property
Description
ForceDelayedTxn
Specifies the whether the resource adapter uses InboundXAResourceProxy or SimpleXAResourceProxy.
*If ForceDelayedTxn=true, the resource adapter uses InboundXAResourceProxy.
*If ForceDelayedTxn=false and the RedeliveryAttempts=0, then the resource adapter uses SimpleXAResourceProxy.
The default value is true.
supportsXA
Specifies whether the resource adapter supports XA transactions.
jndiProperties
Specifies your JNDI settings.
connectionFactoryJndiName
Specifies the connection factory from which the MDB will receive messages.
destinationJndiName
Specifies the destination from which the MDB will receive messages.