Managed Transaction Intents

Designers can specify a managed transaction intent to require that messages must be part of a transaction.

Managed transaction intents apply at component implementations.

When you add this intent, TIBCO Business Studio automatically embeds an appropriate policy set that satisfies the intent.

Category
Transaction
Qualifier Description
none Providers require an open transaction for each request message.
Global

(default qualifier)

Providers require an open global transaction for each request message.

If an open global transaction is not propagated from a consumer, then TIBCO ActiveMatrix starts one before delivering the message to the provider; furthermore,TIBCO ActiveMatrix either commits that transaction when the provider sends its response message, or rolls back that transaction when the provider sends a fault message.