Transactions
TIBCO ActiveMatrix support for transactions conforms to the OASIS Service Component Architecture Policy specification and supports several transaction types.
The following types of transactions are supported:
- Managed Global
- OneWay
- Non-Managed
The database operations performed in a component implementation can participate in a transaction only if the following conditions must be satisfied:
- The component implementation must use a database connection provided by a JDBC resource instance.
- The connection type of the JDBC resource template must be XA.
Subtopics