activemq-artemis/examples/features/broker-balancer/evenly-redirect
Clebert Suconic 2aebcb784b NO-JIRA Fixing Broker Balance Examples poms 2021-08-06 16:03:27 -04:00
..
src/main ARTEMIS-3365 Add broker balancers 2021-08-06 08:33:21 -04:00
pom.xml NO-JIRA Fixing Broker Balance Examples poms 2021-08-06 16:03:27 -04:00
readme.md ARTEMIS-3365 Add broker balancers 2021-08-06 08:33:21 -04:00

readme.md

Evenly Redirect Example

To run the example, simply type mvn verify from this directory, or mvn -PnoServer verify if you want to create and start the broker manually.

This example demonstrates how incoming client connections are evenly redirected across two brokers using a third broker with a balancer to redirect incoming client connections, based on a least-connections policy and caching on a filtered prefix of the connection ClientID.