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 05b4f99863ca426a8e4402a256114dd831cb6a3c Author: Clebert Suconic <[email protected]> AuthorDate: Wed Apr 1 15:47:43 2026 -0400 setting example to use web console --- examples/features/broker-connection/ha-with-star-mirror/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/features/broker-connection/ha-with-star-mirror/pom.xml b/examples/features/broker-connection/ha-with-star-mirror/pom.xml index effea220..64b51ca6 100644 --- a/examples/features/broker-connection/ha-with-star-mirror/pom.xml +++ b/examples/features/broker-connection/ha-with-star-mirror/pom.xml @@ -79,6 +79,8 @@ under the License. <instance>${basedir}/target/server0</instance> <allowAnonymous>true</allowAnonymous> <configuration>${basedir}/target/classes/artemis/server0</configuration> + <noWeb>false</noWeb> + <portOffset>1</portOffset> </configuration> </execution> <execution> @@ -91,6 +93,8 @@ under the License. <instance>${basedir}/target/server1</instance> <allowAnonymous>true</allowAnonymous> <configuration>${basedir}/target/classes/artemis/server1</configuration> + <noWeb>false</noWeb> + <portOffset>2</portOffset> </configuration> </execution> <execution> @@ -103,6 +107,8 @@ under the License. <instance>${basedir}/target/server2</instance> <allowAnonymous>true</allowAnonymous> <configuration>${basedir}/target/classes/artemis/server2</configuration> + <noWeb>false</noWeb> + <portOffset>3</portOffset> </configuration> </execution> <execution> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
