activemq-artemis/examples/features/broker-connection/amqp-sending-messages-multi...
Clebert Suconic d6237cb4d8 ARTEMIS-3515 Adding example with multicast and broker connection 2021-10-05 17:52:36 -04:00
..
src/main ARTEMIS-3515 Adding example with multicast and broker connection 2021-10-05 17:52:36 -04:00
pom.xml ARTEMIS-3515 Adding example with multicast and broker connection 2021-10-05 17:52:36 -04:00
readme.md ARTEMIS-3515 Adding example with multicast and broker connection 2021-10-05 17:52:36 -04:00

readme.md

AMQP Broker Connection with Senders on Multicast

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.

This example will use a single multicast queue to distribute to another multicast address on another broker.