Chapter 8. Overview of Quarkus transaction configuration properties

The following table lists some of the configuration properties that you can use to configure the transaction management.

Table 8.1. Table Quarkus transaction configuration properties and their default values:

PropertyDescriptionDefault

quarkus.datasource.jdbc.transactions

Lets you use regular JDBC transactions, XA, or disable all transactional capabilities (enabled, xa, disabled)

enabled

quarkus.datasource.jdbc.transaction-isolation-level

The transaction isolation level (undefined, none, read-uncommitted, read-committed, repeatable-read, serializable)

 

quarkus.transaction-manager.default-transaction-timeout

The timeout for all transactions managed by the transaction manager

60 seconds

quarkus.transaction-manager.node-name

The node name identifier

 

Revised on 2021-06-15 14:51:51 UTC