Show TOC

Background documentationTransaction Service Properties Locate this document in the navigation structure

 

Property

Description

Default Value

EnableLocalResourceInOTS

Enables the option to enlist local resources in propagated transactions via RMI/IIOP.

true

TransactionTimeout

Transaction timeout (in seconds) for JTA transactions. 0 means no timeout.

0

LockingTimeout

Timeout (in seconds) for locking transaction logs.

600

TLogStorageType

Specifies the transaction log location. Possible values are DB (database) and FS (file system).

DB

MaxTransactionClassifiersCount

Specifies the maximum allowed number of distinct transaction classifiers.

1000

FSTLogLocation

Location of the folder where the file system transaction log is stored.

.

DataSourceName

The name of the DataSource that is used by the transaction manager to store the transaction logs. If not specified explicitly, the system DataSource is used.

EnableTransactionLogging

Enables the transaction logging for JTA transaction recovery.

TRUE

EnableDetailedTransactionStatistics

Enables detailed transaction statistics. This function lowers performance speed.

TRUE

RecoveryRetryInterval

Specifies the time interval (in seconds) after which the recovery of a transaction is retried, if the previous attempt has not been successful.

30

AbandonTimeout

Timeout (in seconds) after which the transaction manager abandons all pending transactions.

86400

CallForgetAfterHeuristicDecisions

Specifies if the transaction manager should immediately call forget on resource managers that have heuristically completed a transaction.

TRUE

CommitHeuristicallyInboundTx

Specifies whether the default heuristic decision of inbound transaction manager is to commit pending transactions. FALSE means heuristic rollback.

FALSE

AbandonTimeoutForInboundTx

Specifies the timeout (in seconds) after which the transaction manager abandons all pending inbound transactions.

86400

WaitBetweenFlushesForOptimizer

Specifies the time interval (in milliseconds) after which the optimizer of the file system transaction log flushes all data.

25

MaxTLogFileSize

Specifies the maximum size (in kilobytes) of the file system transaction log.

8192

TLogBufferCapacity

Specifies the capacity (in elements) of the file system transaction log.

100

RetryAttemptsWhenRMisUnreachable

Specifies the number of attempts that the transaction manager makes to access unreachable resource managers. After that, the transaction branches of these resource managers are ignored.

100