Hi all,

A release candidate for the next release (7.0.0) of the Qpid Broker-J has
been created.

It 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 <goog_621484029>/issues/?jql=project%20%3D%
<goog_621484029>20QPID%20AND%20fixVersion%20% <goog_621484029>
3D%20qpid-java-broker-7.0.0

The source and binary archives can be grabbed from here:
https://dist.apache.org/repos/
<https://dist.apache.org/repos/dist/dev/qpid/broker-j/7.0.0-rc1>
dist/dev/qpid/broker-j/7.0.0-rc1
<https://dist.apache.org/repos/dist/dev/qpid/broker-j/7.0.0-rc1>

Those files and the other maven artifacts are also staged for now at:
https://repository.apache.org/content/repositories/orgapacheqpid-1119

Please test and vote accordingly.

Kind regards

P.S. If you want to test it out using maven (e.g with the examples src,
or your own things), 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-
1119</url>
    </repository>
  </repositories>

Reply via email to