urn:jboss:domain:xts:3.0

subsystem

The configuration of the XTS subsystem. This is just the minimum to get XTS bootstrapped as an AS7 extension.

host?

name configures which host should be used by the XTS subsystem to register endpoints.
NameTypeDefaultDescription
namestring

xts-environment?

url configures XTS clients to use remote transaction coordination services. if it is left unset then clients employ the local coordinator services. the value should identify an OASIS WSTX 1.1 Activation Coordinator service. The local JBoss Activation Service url has the format "http://<bindadd>r:<webport>/ws-c11/ActivationService" where <bindaddr> is the app server bind address (localhost by default) and <webport> is the unsecured JBoss Web server port (8080 by default).
NameTypeDefaultDescription
urlstring

default-context-propagation?

'enabled' states whether to automatically propagate transactional context. When set to 'true', Web Service clients will automatically propagate a WS-AT transactional context if a JTA or WS-AT transaction is running when the call is made. Similarly, a WS-BA transactional context will be propagated if a WS-BA transaction is running when the call is made. This behavior can be overridden on a per client basis using the org.jboss.jbossts.txbridge.outbound.JTAOverWSATFeature and com.arjuna.mw.wst11.client.WSTXFeature features.
NameTypeDefaultDescription
enabledboolean

async-registration?

'enabled' feature of asynchronous registration of endpoints. This is way how to integrate Narayana WS-AT with .NET (even this is non-standard non-spec defined). The details of implementation could be consulted at JBTM-2928
NameTypeDefaultDescription
enabledbooleanfalse
Expand/Collapse All