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 8cac33de Update examples to version 2.53.0-SNAPSHOT
new ec8ee0c2 ARTEMIS-5925 Upgraded examples on Mirorring to the new Lock
Coordinator
new f942ccf1 ARTEMIS-5925 Update examples script with ha-with-dual-mirror
and star
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:
.../pom.xml | 8 +-
.../readme.md | 2 +-
.../jms/example/HAWithDualMirrorExample.java} | 6 +-
.../src/main/resources/artemis/server0/broker.xml | 0
.../src/main/resources/artemis/server1/broker.xml | 0
.../pom.xml | 21 ++-
.../ha-with-star-mirror/readme.md | 145 +++++++++++++++++++++
.../jms/example/HAWithStarMirrorExample.java} | 23 ++--
.../src/main/resources/artemis/server0/broker.xml | 10 +-
.../src/main/resources/artemis/server1/broker.xml | 13 +-
.../src/main/resources/artemis/server2}/broker.xml | 18 ++-
examples/features/broker-connection/pom.xml | 6 +-
scripts/run-examples.sh | 2 +
13 files changed, 215 insertions(+), 39 deletions(-)
copy examples/features/broker-connection/{ha-with-mirroring =>
ha-with-dual-mirror}/pom.xml (95%)
rename examples/features/broker-connection/{ha-with-mirroring =>
ha-with-dual-mirror}/readme.md (98%)
copy
examples/features/broker-connection/{ha-with-mirroring/src/main/java/org/apache/artemis/jms/example/HAWithMirroringExample.java
=>
ha-with-dual-mirror/src/main/java/org/apache/artemis/jms/example/HAWithDualMirrorExample.java}
(93%)
copy examples/features/broker-connection/{ha-with-mirroring =>
ha-with-dual-mirror}/src/main/resources/artemis/server0/broker.xml (100%)
copy examples/features/broker-connection/{ha-with-mirroring =>
ha-with-dual-mirror}/src/main/resources/artemis/server1/broker.xml (100%)
rename examples/features/broker-connection/{ha-with-mirroring =>
ha-with-star-mirror}/pom.xml (83%)
create mode 100644
examples/features/broker-connection/ha-with-star-mirror/readme.md
rename
examples/features/broker-connection/{ha-with-mirroring/src/main/java/org/apache/artemis/jms/example/HAWithMirroringExample.java
=>
ha-with-star-mirror/src/main/java/org/apache/artemis/jms/example/HAWithStarMirrorExample.java}
(77%)
copy examples/features/broker-connection/{ha-with-mirroring =>
ha-with-star-mirror}/src/main/resources/artemis/server0/broker.xml (94%)
rename examples/features/broker-connection/{ha-with-mirroring =>
ha-with-star-mirror}/src/main/resources/artemis/server1/broker.xml (92%)
rename
examples/features/broker-connection/{ha-with-mirroring/src/main/resources/artemis/server0
=> ha-with-star-mirror/src/main/resources/artemis/server2}/broker.xml (92%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]