Preface

As an application developer, you can use the Quarkus transaction manager to coordinate and expose JTA transactions to your applications.

Quarkus provides a transaction manager for coordinating JTA transactions across one or more resources. You can use the Quarkus transaction manager to control transaction boundaries in a declarative or in a programmatic way. You can also modify transactions and configure the transaction timeout. This functionality is provided by the quarkus-narayana-jta extension.