I would like to propose an Apache ActiveMQ Artemis 2.42.0 release.
Highlights include:
- Apply security-setting configuration according to uuid-namespace.
- Control the maximum number of in-flight MQTT messages for both 3.x and
5.0 clients via defaultMaximumInFlightPublishMessages.
- MQTT performance improvements for:
- persisting subscriptions
- matching subscription identifiers to topic filters for 5.0 clients
- Upgrade to ActiveMQ Artemis Console 1.2.1 with lots of usability
improvements
- And for developers…almost 2,500 lines of code were eliminated by
consistently using the convenience methods from Java’s java.util.Objects
class across the code-base (e.g. hash, toString, equals, requireNonNull,
etc.).
* Full release notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12355900
* Commit report:
https://activemq.apache.org/components/artemis/download/commit-report-2.42.0
* Source and binary distributions:
https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.42.0/
* Maven staging repository:
https://repository.apache.org/content/repositories/orgapacheactivemq-1433
* How to validate the release:
https://activemq.apache.org/components/artemis/documentation/hacking-guide/#validating-releases
It is tagged in the source repo as 2.42.0.
This vote will stay open until at least July 11.
[ ] +1 approve this release
[ ] +0 no opinion
[ ] -1 disapprove (and reason why)
Here's my +1
Justin