[ANNOUNCE] ActiveMQ Artemis 2.37.0 Released

2024-08-21 Thread Clebert Suconic
I am pleased to announce the release of ActiveMQ Artemis 2.37.0 Downloads are now available at: https://activemq.apache.org/components/artemis/download/ For a complete list of updates: https://activemq.apache.org/components/artemis/download/release-notes-2.37.0 There's now a differentiation

Re: Message balancing in Artemi

2024-08-21 Thread Justin Bertram
ActiveMQ Artemis will dispatch messages to the consumers on a queue as quickly as possible without regard to any kind of round-robin distribution. The idea of round-robin distribution might seem good, but it typically doesn't work well in practice, especially in complex use-cases with consumers run

Message balancing in Artemi

2024-08-21 Thread Claudio . Giacomossi
Hello everyone! I'm migrating a Java application to use the WildFly server and the Artemis broker. I've already opened a ticket with the WildFly team (https://issues.redhat.com/browse/WFLY-19528), but I'm still without a solution. I need to balance the JMS queues between the WildFly servers that