Difference between revisions of "XAHelper"
Line 1: | Line 1: | ||
− | == | + | ==Description== |
+ | This element can be used for authomatic enlist and delist of XA resource in a distributed transaction. | ||
+ | |||
+ | =={{GVESB}} Configuration== | ||
The XAHelper Element is used by [[jms-dequeue]], [[jms-enqueue]] and [[GVForwards#ForwardDeployment|ForwardDeployment]]. | The XAHelper Element is used by [[jms-dequeue]], [[jms-enqueue]] and [[GVForwards#ForwardDeployment|ForwardDeployment]]. | ||
− | + | The following table shows the element's attributes: | |
− | + | {|class="gvtable" | |
− | + | ! Attribute !! Type !! Description | |
− | + | |- | |
− | + | | auto-enlist || required || If true, the associated XA resource are authomatically enlisted into or delisted from the distributed transaction. | |
+ | The attribute's default value is: false. | ||
+ | |- | ||
+ | | transaction-status || required || The attribute's admitted values are: | ||
+ | * TMSUCCESS: default value | ||
+ | * TMFAIL | ||
+ | |} | ||
− | + | Might contain the following subelements: | |
* Description | * Description | ||
* [[JNDIHelper]] | * [[JNDIHelper]] |
Revision as of 11:57, 12 November 2012
Description
This element can be used for authomatic enlist and delist of XA resource in a distributed transaction.
GreenVulcano® ESB Configuration
The XAHelper Element is used by jms-dequeue, jms-enqueue and ForwardDeployment.
The following table shows the element's attributes:
Attribute | Type | Description |
---|---|---|
auto-enlist | required | If true, the associated XA resource are authomatically enlisted into or delisted from the distributed transaction.
The attribute's default value is: false. |
transaction-status | required | The attribute's admitted values are:
|
Might contain the following subelements:
- Description
- JNDIHelper