This is an automated email from the ASF dual-hosted git repository. clebertsuconic pushed a commit to branch development in repository https://gitbox.apache.org/repos/asf/artemis-examples.git
commit f942ccf12d67188b7b5d812d0efb2870b806dcdc Author: Clebert Suconic <[email protected]> AuthorDate: Tue Mar 3 16:48:48 2026 -0500 ARTEMIS-5925 Update examples script with ha-with-dual-mirror and star --- scripts/run-examples.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/run-examples.sh b/scripts/run-examples.sh index 24920711..a4af6c76 100755 --- a/scripts/run-examples.sh +++ b/scripts/run-examples.sh @@ -184,6 +184,8 @@ cd amqp-federation-queue-priority; mvn verify; cd .. cd amqp-federation-queue-multiple-brokers; mvn verify; cd .. cd amqp-federation-queue-pull-messages; mvn verify; cd .. cd amqp-bridge; mvn verify; cd .. +cd ha-with-dual-mirror; mvn verify; cd .. +cd ha-with-star-mirror; mvn verify; cd .. cd $ARTEMIS_EXAMPLES_ROOT/examples/features/sub-modules/ cd queue-artemis-jakarta-client-all; mvn verify; cd .. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
