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.

Expand
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

Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2026 Red Hat
Back to top