Package examples.jta

This example shows how to use JTA to perform distributed transactions using the two phase commit protocol. Detailed instructions for building and running the example are included on the example page.

  JTA Examples Summary

JMS and JDBC This example shows how to use JTA to perform distributed transactions and two phase commit across two XA resources: a JMS queue and a Pointbase database.