(Quick Reference)

1 Introduction to the Atomikos Plugin - Reference Documentation

Authors: Burt Beckwith

Version: 1.0

Table of Contents

1 Introduction to the Atomikos Plugin

The Atomikos plugin integrates the Atomikos TransactionsEssentials JTA/XA libraries to support two-phase commit between multiple datasources, JMS, and other XA-compliant providers. By adding extra information to your DataSource configuration(s) in DataSource.groovy you can let the plugin automatically enhance the DataSource beans for you, or by following the simple configuration steps described here you can manage things yourself.

Since JMS isn't a part of Grails core there's less automatic support for using XA with JMS but the steps are described here to make the changes yourself.

1.1 History

History

  • October 10, 2011
    • 1.0 release