This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a change to branch development
in repository https://gitbox.apache.org/repos/asf/artemis-examples.git
from bf7911d1 Update examples to version 2.54.0-SNAPSHOT
new 05b4f998 setting example to use web console
new 5b3258ed renamed star mirror as mesh mirror, added diagram
The 2 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 | 22 +++--
.../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 | 103 +++++++++++++++++++++
.../src/main/resources/images/servers-running.png | Bin
examples/features/broker-connection/pom.xml | 4 +-
scripts/run-examples.sh | 2 +-
18 files changed, 147 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 (93%)
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]