Propagation of Oracle Transactions Between C++ and Java

后端 未结 3 1710
鱼传尺愫
鱼传尺愫 2021-02-05 14:38

We have an existing C++ application that we are going to gradually replace with a new Java-based system. Until we have completely reimplemented everything in Java we expect the

3条回答
  •  不知归路
    2021-02-05 15:08

    I believe JBoss Transaction Manager supports 2pc tx propagation across web service calls. You could, I suppose integrate your systems that way, but the performance would stink.

提交回复
热议问题