tree: 53c92c919daae49c339342b63acb83a663dff0e6 [path history] [tgz]
  1. src/
  2. pom.xml
  3. readme.md
examples/features/broker-connection/amqp-federation-queue-multiple-brokers/readme.md

AMQP Broker Connection with Queue federation across three brokers

If you have not already done so, prepare the broker distribution before running the 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 the configuration of Queue federation across a set of three brokers where the message flow is arranged as follows

  Producer -> A -> B -> C -> Consumer

A consumer on broker ‘C’ should receive messages sent by a producer on broker ‘A’