The trunk version of the C++ broker should work fine with Proton 0.12. The 0.34 version might need some workarounds, the Proton release notes ( http://qpid.apache.org/releases/qpid-proton-0.12.0/release-notes.html) mention that "Qpid C++ 0.34 builds will fail against this version of Proton unless you set -DCMAKE_CXX_FLAGS=-Wno-error=switch. A new release of Qpid C++ will resolve this problem.".
As for the warning message, I think there is already a JIRA to update it - QPID-6837 (https://issues.apache.org/jira/browse/QPID-6837). Regards Jakub On Tue, Mar 22, 2016 at 3:56 PM, Adel Boutros <[email protected]> wrote: > Hello, > > In the file amqp.cmake ( > https://github.com/apache/qpid/blob/trunk/qpid/cpp/src/amqp.cmake), there > is a warning indicating the maximum supported version of Proton is 0.9. > > Knowing the current Proton release version is 0.12.0, I have the following > questions: > > 1. Is there a plan to update the maximum version of Proton to 0.12.0? > 2. What could go wrong if I use Proton 0.12.0 with the Qpid C++ Broker > 0.34? > > > Regards, > > Adel Boutros > Murex SAS > www.murex.com >
