This content has been marked as final.
Show 3 replies
-
1. Re: Running the RTS bridge in container other than Wildfly
gytis Jul 7, 2015 6:07 AM (in response to peterfry)To implement inbound bridge we use subordinate transactions, which are not in JTA or XA specs. Thus we have to use our internal SubordinationManager. RTS bridge is based on TXBridge architecture, which is described in here: Narayana Product Documentation
Also, tomjenkinson pointed me to this JIRA, which might be of interest for you: [KARAF-3749] Add support for the Narayana Transaction Manager - ASF JIRA
-
2. Re: Running the RTS bridge in container other than Wildfly
peterfry Jul 7, 2015 7:53 AM (in response to peterfry)Gytis,
So using the Narayana transaction manager within karaf is going to be a requirement.
Peter.
-
3. Re: Running the RTS bridge in container other than Wildfly
gytis Jul 7, 2015 8:01 AM (in response to peterfry)I'm afraid so