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: about 2 months ago
JSON representation

JTA Transaction Manager

Lists

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)