Hi Raphael, +1 for packaging, -1 for functionality
I gave the kit a spin in Windows. Mechanically it all seems OK (unpacks, compiles, links) on Visual Studio (2008, 2010, 2012, 2013) in (Debug, Relwithdebinfo) for (x86, x64). Using 0.9 in qpid C++ is another story. Probably related to https://issues.apache.org/jira/browse/PROTON-784 Running qpidd-cpp-trunk-broker/proton-0.9-alpha-1 in the broker: * qpid-cpp-trunk-client-and-server/proton-0.9-alpha1 the client server exchange stops after exactly 5000 messages. * amqpnetlite-client-server runs 20000 messages OK So the problem seems to be related to how the messaging client interacts with proton. The same client-server programs, same broker, run 20000 messages OK using amqp0-10. I have not bisected or anything but a trunk build of 2014-12-10 worked. -Chuck ----- Original Message ----- > From: "Rafael Schloming" <[email protected]> > To: [email protected], [email protected] > Sent: Friday, December 19, 2014 6:03:40 PM > Subject: Proton 0.9 alpha 1 > > Hi Everyone, > > I've put together an alpha for proton 0.9. There are a couple of motivating > factors for introducing an alpha stage into the release process this time: > > - there are some new APIs as well as changes to existing APIs that are > worthy of some extra review > - the install has changed a bit to accommodate the package structure that > comes along with the new APIs > - this is the first release from git > > Given all these things I figure we might need a slightly longer release > cycle than usual, so I put together an alpha and posted it in the usual > places. > > Source tarballs can be found here: > - https://people.apache.org/~rhs/qpid-proton-0.9-alpha-1/ > > Java binaries here: > - https://repository.apache.org/content/repositories/orgapacheqpid-1022 > > This being the first release from git, I've somewhat arbitrarily chosen a > process and encoded it into the bin/release.sh file. Any > comments/suggestions/improvements on the process are welcome. > > --Rafael >
