Atomikos Transactions JDBC provides distributed transaction management for JDBC connections, ensuring atomicity across multiple resources.
<dependency>
<groupId>com.atomikos</groupId>
<artifactId>transactions-jdbc</artifactId>
<version>6.0.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configure an Atomikos XA data source for distributed transactions.
Ensure XA drivers are correctly set and transaction logs are configured.
No dependency data recorded yet.