activemq-artemis/examples/features/connection-router/evenly-redirect
Clebert Suconic 4ad830fb95 Bumping artemis as 3.0
After removing ActiveMQ Artemis rest (per ARTEMIS-3987), we should start promoting Artemis as 3.0
2022-09-12 15:09:31 -04:00
..
src/main ARTEMIS-3708 Collapse key transformer into policy 2022-03-21 19:34:48 -04:00
pom.xml Bumping artemis as 3.0 2022-09-12 15:09:31 -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.