This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/artemis-examples.git
from 58709665 Fixing ha-with-dual-mirror plugin name
add d3cb9166 renamed star mirror as mesh mirror, added diagram
new 59e7f1f1 Fixing license on SVG file
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../clients-layout.conf | 0
.../pom.xml | 16 +--
.../readme.md | 32 ++++--
.../screen-clients.sh | 0
.../screen-servers.sh | 0
.../servers-layout.conf | 0
.../org/apache/artemis/jms/example/Consumer.java | 0
.../apache/artemis/jms/example/CreateServers.java | 2 +-
.../jms/example/HAWithMeshMirrorExample.java} | 10 +-
.../org/apache/artemis/jms/example/Producer.java | 0
.../src/main/resources/artemis/server0/broker.xml | 0
.../src/main/resources/artemis/server1/broker.xml | 0
.../src/main/resources/artemis/server2/broker.xml | 0
.../src/main/resources/images/clients-running.png | Bin
.../src/main/resources/images/mesh-topology.svg | 122 +++++++++++++++++++++
.../src/main/resources/images/servers-running.png | Bin
examples/features/broker-connection/pom.xml | 4 +-
scripts/run-examples.sh | 2 +-
18 files changed, 160 insertions(+), 28 deletions(-)
rename examples/features/broker-connection/{ha-with-star-mirror =>
ha-with-mesh-mirror}/clients-layout.conf (100%)
rename examples/features/broker-connection/{ha-with-star-mirror =>
ha-with-mesh-mirror}/pom.xml (96%)
rename examples/features/broker-connection/{ha-with-star-mirror =>
ha-with-mesh-mirror}/readme.md (88%)
rename examples/features/broker-connection/{ha-with-star-mirror =>
ha-with-mesh-mirror}/screen-clients.sh (100%)
rename examples/features/broker-connection/{ha-with-star-mirror =>
ha-with-mesh-mirror}/screen-servers.sh (100%)
rename examples/features/broker-connection/{ha-with-star-mirror =>
ha-with-mesh-mirror}/servers-layout.conf (100%)
rename examples/features/broker-connection/{ha-with-star-mirror =>
ha-with-mesh-mirror}/src/main/java/org/apache/artemis/jms/example/Consumer.java
(100%)
rename examples/features/broker-connection/{ha-with-star-mirror =>
ha-with-mesh-mirror}/src/main/java/org/apache/artemis/jms/example/CreateServers.java
(94%)
rename
examples/features/broker-connection/{ha-with-star-mirror/src/main/java/org/apache/artemis/jms/example/HAWithStarMirrorExample.java
=>
ha-with-mesh-mirror/src/main/java/org/apache/artemis/jms/example/HAWithMeshMirrorExample.java}
(93%)
rename examples/features/broker-connection/{ha-with-star-mirror =>
ha-with-mesh-mirror}/src/main/java/org/apache/artemis/jms/example/Producer.java
(100%)
rename examples/features/broker-connection/{ha-with-star-mirror =>
ha-with-mesh-mirror}/src/main/resources/artemis/server0/broker.xml (100%)
rename examples/features/broker-connection/{ha-with-star-mirror =>
ha-with-mesh-mirror}/src/main/resources/artemis/server1/broker.xml (100%)
rename examples/features/broker-connection/{ha-with-star-mirror =>
ha-with-mesh-mirror}/src/main/resources/artemis/server2/broker.xml (100%)
rename examples/features/broker-connection/{ha-with-star-mirror =>
ha-with-mesh-mirror}/src/main/resources/images/clients-running.png (100%)
create mode 100644
examples/features/broker-connection/ha-with-mesh-mirror/src/main/resources/images/mesh-topology.svg
rename examples/features/broker-connection/{ha-with-star-mirror =>
ha-with-mesh-mirror}/src/main/resources/images/servers-running.png (100%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]