tree: 6998e9f6962d705f1ac3430722425c455e933dab [path history] [tgz]
  1. src/
  2. pom.xml
  3. readme.md
examples/features/federation/federated-address-divert/readme.md

Federated Address Divert Example

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

This example demonstrates a core multicast address deployed on two different brokers. The two brokers are configured to form a federated address mesh.

In the example we name the brokers eu-west and eu-east.

The following is then carried out:

  1. create a divert binding with a source address of exampleTopic and target address of divertExampleTopic on eu-west

  2. create a consumer on the topic divertExampleTopic on eu-west and create a producer on the topic exampleTopic on eu-east.

  3. send some messages via the producer on eu-east, and we verify the eu-west consumer receives the messages because of the divert binding demand

For more information on ActiveMQ Artemis Federation please see the federation section of the user manual.