Are there reliable and well-known NoSQL databases that support JTA transactions?
Neo4j supports XA protocol transactions, blocking detection, transaction recovery, JTA.
Update:. Reply to comment from OP:
Although Neo4j is not an RDBMS, I understand that NoSQL databases belong to these new generations of document-oriented databases such as CouchDB and MongoDB. But thanks for the answer.
Documented databases (CouchDB and MongoDB) are just ONE type of NoSQL databases, your understanding is wrong. Key / Value databases (Riak, Redis, Voldemort), column oriented databases (HBase and Cassandra), graphically oriented databases (Neo4j, HypergraphDB and FlockDB) belong to the NoSQL database family.
If you are looking for a document-oriented database, you may need to update your question because it is misleading.
Pascal thivent
source share