activemq-artemis/examples/features/broker-connection/amqp-federation
Clebert Suconic 6c9ddfd460 [maven-release-plugin] prepare for next development iteration 2023-09-14 14:58:10 -04:00
..
src/main ARTEMIS-4419 Add federation support to AMQP broker connections 2023-09-11 16:38:36 -04:00
pom.xml [maven-release-plugin] prepare for next development iteration 2023-09-14 14:58:10 -04:00
readme.md ARTEMIS-4419 Add federation support to AMQP broker connections 2023-09-11 16:38:36 -04:00

readme.md

AMQP Broker Connection with local and remote Federation

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 you can federate messages sent to an Address on a remote server back to the local server and also instruct the remote server to federate messages sent to a Queue on the local server back to itself over a single AMQP connection.