I'm pleased to announce the release of ActiveMQ Artemis 2.42.0. * Downloads: https://activemq.apache.org/components/artemis/download/
* Complete list of updates: https://activemq.apache.org/components/artemis/download/release-notes-2.42.0 I would like to highlight these improvements: - Apply security-setting configuration according to uuid-namespace [1] - Control the maximum number of in-flight MQTT messages for both 3.x and 5.0 clients via defaultMaximumInFlightPublishMessages [2] - MQTT performance improvements for: -- persisting subscriptions -- matching subscription identifiers to topic filters for 5.0 clients - Upgrade to ActiveMQ Artemis Console 1.2.1 [3] with lots of usability improvements - Support for XOAUTH SASL mechanism for AMQP Broker Connections [4] - 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.). As usual it contains a handful of bug fixes and other improvements. Many thanks to all those who contributed to this release! Justin [1] https://activemq.apache.org/components/artemis/documentation/latest/address-model.html#uuid-resources [2] https://activemq.apache.org/components/artemis/documentation/latest/mqtt.html#flow-control [3] https://activemq.apache.org/components/artemis-console/download/release-notes-1.2.1 [4] https://activemq.apache.org/components/artemis/documentation/latest/amqp-broker-connections.html