+1 (binding) * Checked parent version in pom.xml files using `grep -LPrz --include pom.xml "<parent>(.|\n)*<version>2.43.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.071 sec - QueueCheck On Wed, 15 Oct 2025 at 09:31, Anton Roskvist <[email protected]> wrote: > +1 > > Validated the changes around handling of compressed messages > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > For further information, visit: https://activemq.apache.org/contact > > >
