c++ broker using incorrect value for xa-ok.
-------------------------------------------
Key: QPID-561
URL: https://issues.apache.org/jira/browse/QPID-561
Project: Qpid
Issue Type: Bug
Components: C++ Broker, C++ Client, Java Client
Reporter: Alan Conway
The qpidd broker uses the constant XA_OK=8, but the 0-10 XML defines xa-ok=0.
The value 8 looks like a 0-9 throwback.
It appears that python uses the incorrect value also, since changing it to -
broke the python xa tests with the broker.
constants.h now provides generated C++ constants for all AMQP constants define
in XML, we should replace all hand-written constants with constants based on
the generated ones.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.