Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scalar-labs/btm
JTA Transaction Manager
https://github.com/scalar-labs/btm
Last synced: 7 days ago
JSON representation
JTA Transaction Manager
- Host: GitHub
- URL: https://github.com/scalar-labs/btm
- Owner: scalar-labs
- License: apache-2.0
- Created: 2013-07-23T13:00:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T21:08:28.000Z (11 months ago)
- Last Synced: 2024-12-05T17:10:31.624Z (16 days ago)
- Language: Java
- Size: 8 MB
- Stars: 427
- Watchers: 49
- Forks: 151
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-java - Bitronix - Simple but complete implementation of the JTA 1.1 API. (Projects / Distributed Transactions)
README
# Bitronix Transaction Manager (BTM)
Bitronix Transaction Manager (BTM) is a simple but complete implementation of the Java Transaction API (JTA) 1.1. This eXtended Architecture (XA) transaction manager provides all services required by the JTA while keeping the code as simple as possible for easier understanding of XA semantics.
The master version of the current source was built and published on the [Maven Central repository](https://mvnrepository.com/artifact/com.github.marcus-nl.btm).
## Credits
BTM was created and maintained by the Bitronix team and its community, especially [@bitronix](https://twitter.com/bitronix) and [@BrettWooldridge](https://twitter.com/BrettWooldridge).
Scalar, Inc., took over this great project so that we can continue to maintain and build on the project. We would like to thank [@bitronix](https://twitter.com/bitronix) and [@BrettWooldridge](https://twitter.com/BrettWooldridge) for their innovative work on BTM.
## General information
For general information, see the following:
* [Overview](https://github.com/scalar-labs/btm/wiki/Overview)
* [FAQ](https://github.com/scalar-labs/btm/wiki/FAQ)## Configuration
For details about configuring BTM, see the following:
* [Transaction manager configuration](https://github.com/scalar-labs/btm/wiki/Transaction-manager-configuration)
* [Resource loader configuration](https://github.com/scalar-labs/btm/wiki/Resource-loader-configuration)