activemq-artemis/examples/features/broker-connection/amqp-sending-overssl
Clebert Suconic 21ee5985ea [maven-release-plugin] prepare for next development iteration 2021-02-11 12:00:04 -05:00
..
src/main ARTEMIS-2937: use more realistic key/truststore and client+broker setup in SSL example, remove non-SSL acceptors 2020-10-29 15:13:38 -04:00
pom.xml [maven-release-plugin] prepare for next development iteration 2021-02-11 12:00:04 -05:00
readme.md ARTEMIS-2937: use more realistic key/truststore and client+broker setup in SSL example, remove non-SSL acceptors 2020-10-29 15:13:38 -04:00
store-generation.txt ARTEMIS-2937: remove a couple of unecessary lines for alt stores, left over by mistake (c&p error) 2020-10-30 11:38:01 +00:00

readme.md

AMQP Broker Connection with Senders and SSL

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.

The connection between the two brokers as well as the client connections are all configured to use SSL.

The keystore and trustores used in the example were generated with store-generation.txt