Why using BTM
There are two different arguments here:
- Why would I need a transaction manager ?
- Why using BTM and not insert your favorite TM here ?
Why would I need a transaction manager ?
If you either use two databases (or more) in your application or you use both a database and JMS then you should use a transaction manager.
Why using BTM and not insert your favorite TM here ?
Labels