On Tue, 2016-03-22 at 15:56 +0100, Adel Boutros 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?
This warning is left over from when proton was undergoing more serious changes, and we were unsure whether qpid would continue to work correctly with future versions of proton. Proton changes have slowed down considerably and proton has stabilised so the warning should probably just be removed now. Andrew --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
