Hi all, A release candidate build for the next 6.1.0 release of the Qpid Java Components is available for testing.
The release introduces a number of new features to Qpid Broker for Java and contains hundreds of bug fixes and improvements. Please, check JIRA for the full list of changes and their details: https://issues.apache.org/jira/issues/?jql=project%20%3D%20QPID%20AND%20fixVersion%20%3D%20qpid-java-6.1 The release source and binary bundles are available from: https://dist.apache.org/repos/dist/dev/qpid/java/6.1.0-rc1/ The release maven artifacts are also staged at: https://repository.apache.org/content/repositories/orgapacheqpid-1091 Kind regards Alex P.S. For testing of 6.1.0 maven artifacts please add the staging repo into your maven project as below: <repositories> <repository> <id>staging</id> <url> https://repository.apache.org/content/repositories/orgapacheqpid-1091</url> </repository> </repositories>
