+1 (binding) * Checked parent version in pom.xml files using `grep -LPrz --include pom.xml "<parent>(.|\n)*<version>2.44.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.162 sec - QueueCheck On Wed, 29 Oct 2025 at 14:28, Robbie Gemmell <[email protected]> wrote: > Hi folks, > > I would like to propose an Apache ActiveMQ Artemis 2.44.0 release. > > Highlights include: > - [ARTEMIS-5711] - Enable support for building and running on Java 25 > - [ARTEMIS-5723] - Add a setting to disable HTTP/2 > > * Full release notes: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12356324 > > * Commit report: > > https://activemq.apache.org/components/artemis/download/commit-report-2.44.0 > > * Source and binary distributions: > https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.44.0/ > > * Maven staging repository: > https://repository.apache.org/content/repositories/orgapacheactivemq-1440 > > * 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.44.0. > > This vote will be open for at least 72 hours. > > Please vote to approve this release: > [ ] +1 approve this release > [ ] +0 no opinion > [ ] -1 disapprove (and reason why) > > Thanks, > Robbie > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > For further information, visit: https://activemq.apache.org/contact > > >
