activemq-artemis/examples/features/broker-connection/amqp-sending-messages
Clebert Suconic 4e7bb97df7 [maven-release-plugin] prepare for next development iteration 2020-11-02 17:45:51 -05:00
..
src/main ARTEMIS-2937 Broker connection improvements 2020-10-29 15:01:51 -04:00
pom.xml [maven-release-plugin] prepare for next development iteration 2020-11-02 17:45:51 -05:00
readme.md ARTEMIS-2937 DOCS & Examples on AMQP Broker Connection 2020-10-28 11:37:25 -04:00

readme.md

AMQP Broker Connection with Senders

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.