activemq-artemis/examples/features/connection-router/evenly-redirect
Clebert Suconic 784aa9f884 [maven-release-plugin] prepare for next development iteration 2023-09-14 16:54:07 -04:00
..
src/main ARTEMIS-3708 Collapse key transformer into policy 2022-03-21 19:34:48 -04:00
pom.xml [maven-release-plugin] prepare for next development iteration 2023-09-14 16:54:07 -04:00
readme.md ARTEMIS-3660 - rename broker-balancer to connection-router 2022-03-01 11:15:16 +01: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 connection router to redirect incoming client connections, based on a least-connections policy and caching on a filtered prefix of the connection ClientID.