On 01/06/2016 07:51 AM, Olivier Mallassi wrote:
I have tried to summarize all this content in this table
https://docs.google.com/spreadsheets/d/1JilNwbBSftHxPZymJoaSeSA1uxpp9ZwXZyzDM9q6LQA/edit?usp=sharing

Some further clarifications:

The c++ qpid::messaging API does not support distributed transactions at all. Such support would need to be added in conjunction with some XA transaction manager.

The JMS API defines optional extended interfaces for XA support. These are implemented only for AMQP 0-10 and are not intended for direct invocation by application code but rather as part of the integration into a JEE application server which would be used for running the application code. This JCA integration work for Qpid has not been widely used.

The only other way to drive distributed transactions is through the low level AMQP 0-10 APIs in python or c++ which are now considered deprecated for application use (these are what is used for the tests associated with the c++ brokers dtx support).

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to