This content has been marked as final.
Show 3 replies
-
1. Re: C API for distributed transaction management
mmusgrov Mar 27, 2019 1:04 PM (in response to msp691989)1 of 1 people found this helpfulBlackTie is a C implementation of X/Open TX and XATMI specification and as such you can write distributed transactional services with it. We do have an example quickstart that shows how enlist an Oracle database in such a distributed transaction.
-
2. Re: C API for distributed transaction management
tomjenkinson Mar 27, 2019 1:12 PM (in response to msp691989)This example might be interesting to you: quickstart/blacktie/xatmi/txfooapp at master · jbosstm/quickstart · GitHub
-
3. Re: C API for distributed transaction management
tomjenkinson Mar 27, 2019 1:13 PM (in response to tomjenkinson)Sorry, i see Mike has responded