简体   繁体   中英

nested two phase commit (nested/tree 2PC) in java?

I have read in wikipedia about the nested two phase commit ( http://en.wikipedia.org/wiki/Two-phase_commit_protocol#Tree_two-phase_commit_protocol ) which allows one to have a tree of two phase commits.

Is there something available in java for this and does this work with JTA implementations?

Sure, there are several transaction manager implemented in Java. If interested see for example http://narayana.io

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM