Difference between revisions of "XAHelper"

From GreenVulcano Wiki
Jump to: navigation, search
Line 1: Line 1:
===XAHelper===
+
==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]].
  
Its attributes are:
+
The following table shows the element's attributes:
* ''auto-enlist'': The attribute's default value is: false.
+
{|class="gvtable"
* ''transaction-status'': The attribute's admitted values are:
+
! Attribute !! Type !! Description
** TMSUCCESS: default value
+
|-
** TMFAIL
+
| 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
 +
|}
  
and its subelements:
+
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:
  • TMSUCCESS: default value
  • TMFAIL

Might contain the following subelements: