I built the C++ broker, created a queue using qpid-config, and ran the HelloWorld example from the new JMS client (not part of this release) against it.
I built the Java broker, clients etc. I started the the broker (no vhost issues noticed), added a queue via the web management, then ran the 0.32-beta AMQP 0-10 and 1.0 JMS client Hello examples against it. Ok, I missed a bit there, I did some of the above twice when I realised I had run the 1.0 example against the C++ broker again by accident, as the Java broker started without an obvious sign of issue despite being unable to bind its AMQP port. This is only visible via an 'errored' state listed in the web management, or by the absence of a line normally in the console output, so as a result its really easy not to realise you arent running against the broker you think. I did the same thing yesterday as well when testing something else, its rather annoying. Gordon raised this as https://issues.apache.org/jira/browse/QPID-6096 previously. I built the Java QMF tools (but didnt actually use them) against the earlier Java build from above. I ran RAT on the various archive contents. Output is available at: http://people.apache.org/~robbie/qpid/0.32/beta/ There is a file in the Java tree needing a licence header added (which I will just do shortly): qpid-java-0.32-beta/tools/src/main/java/org/apache/qpid/tools/util/ArgumentsParser.java There is a file in the CPP tree which would have warranted some LICENCE file changes, but this file was removed through use of a different mechanism shortly after the beta went out: qpid-cpp-0.32-beta/CMakeModules/CheckSizeTNativeType.cmake Robbie On 20 February 2015 at 11:39, Justin Ross <[email protected]> wrote: > Hi, everyone. We have branched for release, and 0.32 beta is now available. > > Release branch: https://svn.apache.org/repos/asf/qpid/branches/0.32/ > Release artifacts: https://dist.apache.org/repos/dist/dev/qpid/0.32-beta/ > Release tool log output: > http://people.apache.org/~jross/qpid-0.32-beta.log > > This is pre-release software, for testing only. > > Now that we've branched, 0.32 changes require developer review and release > manager approval. See the release page for details. It means as well that > trunk has opened for forward development. > > Please test the beta in your environment and report your results on the > list. Thank you very much to those who tested the alpha. > > The next planned build is our first RC on March 4th. > > Thanks! > Justin > > --- > 0.32 release page: > https://cwiki.apache.org/confluence/display/qpid/0.32+Release --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
