+1 (binding) * Checked parent version in pom.xml files using `grep -LPrz --include pom.xml "<parent>(.|\n)*<version>2.42.0<\/version>(.|\n)*<\/parent>" ./` * Ran binary broker instance on Fedora 42 using OpenJDK 21 * Checked the web console using `Google Chrome` * Checked producing, browsing and consuming messages from a queue using `artemis check queue --name TEST --produce 1000 --browse 1000 --consume 1000`
Connection brokerURL = tcp://localhost:61616 Running QueueCheck Checking that a producer can send 1000 messages to the queue TEST ... success Checking that a consumer can browse 1000 messages from the queue TEST ... success Checking that a consumer can consume 1000 messages from the queue TEST ... success Checks run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.436 sec - QueueCheck On Mon, 14 Jul 2025 at 21:49, Justin Bertram <jbert...@apache.org> wrote: > 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-1434 > > * 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 17. > > [ ] +1 approve this release > [ ] +0 no opinion > [ ] -1 disapprove (and reason why) > > Here's my +1 > > > Justin >