Hi all, I've built Qpid Broker-J 7.0.0 RC2. The following issues have been resolved since RC1:
* QPID-7998 - [Broker-J] Allow global shared subscriptions but discard their links on detach * QPID-8019 - [Broker-J][WMC] Change link to broker documentation in web management console Qpid Broker-J 7.0 brings the following major changes: * Improved AMQP 1.0 support * Support for AMQP JMS Mapping Version 1.0 WD09 * Support for JMS 2.0 shared subscriptions (QPIDJMS-220) * Improved message conversion for applications using different AMQP protocols * Improved direct memory management The list of new features, defect fixes and improvements can be found in Jira: https://issues.apache.org/jira/issues/?jql=project%20%3D%20QPID%20AND%20fixVersion%20%3D%20qpid-java-broker-7.0.0 The source and binary archives can be grabbed from here: https://dist.apache.org/repos/dist/dev/qpid/broker-j/7.0.0-rc2 Those files and the other maven artifacts are also staged for now at: https://repository.apache.org/content/repositories/orgapacheqpid-1120 Please test and cast your vote accordingly. Kind regards P.S. If you want to test it out using maven, you can temporarily add this to your poms to access the staging repo: <repositories> <repository> <id>staging</id> <url> https://repository.apache.org/content/repositories/orgapacheqpid-1120</url> </repository> </repositories>
