I want to use an in-memory database to test my application, but it needs to support XA distributed transactions. My first idea for an in-memory database was HSQLDB, but it appears not to support XA. Are there any?
views:
35answers:
1Yes, H2 supports the XA API. Please note that H2 doesn't support all XA features, but for most applications it should be OK.
Thomas Mueller
2010-09-10 13:13:30
Awesome, that's exactly what I'm looking for. Thanks!
scompt.com
2010-09-10 14:02:35