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