On Tue, 3 Nov 2020 at 01:45, Clebert Suconic <[email protected]> wrote:
>
> I would like to propose an Apache ActiveMQ Artemis 2.16.0 release.
>
> This release is including these new features as part of 2.16.0:
>
> [ARTEMIS-2901] - Support namespace for temporary queues
> [ARTEMIS-2937] - AMQP Server Connectivity
> [ARTEMIS-2947] - Implement SecurityManager that supports replication
>
>
> [ARTEMIS-2937] AMQP Server Connectivity is actually a new module,
> where you can use it to "bridge" messages, expand the broker
> networking using AMQP and other products such as Qpid Dispatch,  and
> also includes an option to mirror the broker asynchronously into
> another broker and maybe another site. I would recommend reading the
> documentation for more information:
>
> https://github.com/apache/activemq-artemis/blob/master/docs/user-manual/en/amqp-broker-connections.md
>
>
> The release notes is included here:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12348718
>
>
>
> Source and binary distributions can be found here:
> https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.16.0
>
>
> The Maven repository is here:
> https://repository.apache.org/content/repositories/orgapacheactivemq-1219
>
> In case you want to give it a try with the maven repo on examples:
> http://activemq.apache.org/artemis/docs/latest/hacking-guide/validating-releases.html
>
> The source tag:
> https://gitbox.apache.org/repos/asf/activemq-artemis.git;a=tag;h=refs/tags/2.16.0
>
> I will update the website after the vote has passed.
>
>
> [ ] + 1 approve the release as Apache ActiveMQ Artemis 2.16.0
> [ ] + 0 no opinion
> [ ] -1 disapprove (and reason why)
>
>
> This vote will stay open for at least 72 hours. (End of day of
> Thursday, Nov 5th 2020)

+1 (non-binding)

I checked things over as follows:
- Verified the signature and checksum files.
- Checked for LICENCE and NOTICE files in the archives.
- Verified licence headers in the source archive by running:
  "mvn apache-rat:check -DskipLicenseCheck=false"
- Ran the source build and the AMQP integration tests on JDK8 and JDK11 with:
  "mvn clean install -DskipTests && cd tests/integration-tests/ && mvn
-Ptests -Dtest=org.apache.activemq.artemis.tests.integration.amqp.**
test"
- Ran the Qpid JMS 0.54.0 HelloWorld against a broker started from the
binary archive, on JDK8 and JDK11.
- Kicked the tyres on the new 'AMQP server connection' stuff, setting
the broker up to connect itself as the backing queue of a waypoint
address for Qpid Dispatch 1.14.0, ran the Qpid JMS HelloWorld against
the setup and verified expected client->router->broker and
broker->router->client interactions occurred for the message.

Robbie

Reply via email to