activemq-artemis/examples/features/broker-connection/amqp-receiving-messages
Clebert Suconic 784aa9f884 [maven-release-plugin] prepare for next development iteration 2023-09-14 16:54:07 -04:00
..
src/main ARTEMIS-3662 remove deprecated config from default broker.xml 2022-02-04 13:49:32 -05:00
pom.xml [maven-release-plugin] prepare for next development iteration 2023-09-14 16:54:07 -04:00
readme.md ARTEMIS-2937 Fixing Tests and some review 2020-10-28 15:08:48 -04:00

readme.md

AMQP Broker Connection with Receivers

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 create a broker connection from one broker towards another broker, and send messages from that broker towards the target server.

You basically configured the broker connection on broker.xml and this example will give you two working servers where you send messages in one broker and receive it on another broker.