JTA transaction manager – Atomikos or Bitronix?
Recently I was faced with a problem of choosing an appropriate transaction manager for one of our server-side applications. Transaction manager requirements: JTA compliant integrates with Spring open-source and free support of several different resources: Postgresql with pooled connections, ActiveMQ (JMS), XADisk (filesystem) easy usage one-phase commit optimization With the exception of XADisk, these are […]
Posted in programming | No Comments »