diff --git a/examples/features/clustered/client-side-load-balancing/pom.xml b/examples/features/clustered/client-side-load-balancing/pom.xml index ed80fd42..6a30e1ab 100644 --- a/examples/features/clustered/client-side-load-balancing/pom.xml +++ b/examples/features/clustered/client-side-load-balancing/pom.xml @@ -61,6 +61,10 @@ under the License. --queues exampleQueue + --cluster-user + my-cluster-user + --cluster-password + my-cluster-password -Djava.net.preferIPv4Stack=true @@ -81,6 +85,10 @@ under the License. --queues exampleQueue + --cluster-user + my-cluster-user + --cluster-password + my-cluster-password @@ -99,6 +107,10 @@ under the License. --queues exampleQueue + --cluster-user + my-cluster-user + --cluster-password + my-cluster-password diff --git a/examples/features/clustered/clustered-durable-subscription/pom.xml b/examples/features/clustered/clustered-durable-subscription/pom.xml index c3ffedf9..72c9037c 100644 --- a/examples/features/clustered/clustered-durable-subscription/pom.xml +++ b/examples/features/clustered/clustered-durable-subscription/pom.xml @@ -61,6 +61,12 @@ under the License. ${basedir}/target/classes/activemq/server0 -Djava.net.preferIPv4Stack=true + + --cluster-user + my-cluster-user + --cluster-password + my-cluster-password + @@ -75,7 +81,13 @@ under the License. ${basedir}/target/classes/activemq/server1 1 - -Djava.net.preferIPv4Stack=true + -Djava.net.preferIPv4Stack=true + + --cluster-user + my-cluster-user + --cluster-password + my-cluster-password + @@ -155,4 +167,4 @@ under the License. - \ No newline at end of file + diff --git a/examples/features/clustered/shared-storage-static-cluster/pom.xml b/examples/features/clustered/shared-storage-static-cluster/pom.xml index 88dfe450..4ce6ab4e 100644 --- a/examples/features/clustered/shared-storage-static-cluster/pom.xml +++ b/examples/features/clustered/shared-storage-static-cluster/pom.xml @@ -71,6 +71,10 @@ under the License. --queues exampleQueue + --cluster-user + my-cluster-user + --cluster-password + my-cluster-password @@ -92,6 +96,10 @@ under the License. --queues exampleQueue + --cluster-user + my-cluster-user + --cluster-password + my-cluster-password @@ -113,6 +121,10 @@ under the License. --queues exampleQueue + --cluster-user + my-cluster-user + --cluster-password + my-cluster-password @@ -145,4 +157,4 @@ under the License. - \ No newline at end of file + diff --git a/examples/features/ha/client-side-failoverlistener/pom.xml b/examples/features/ha/client-side-failoverlistener/pom.xml index 6f02a8c8..eb0b31d7 100644 --- a/examples/features/ha/client-side-failoverlistener/pom.xml +++ b/examples/features/ha/client-side-failoverlistener/pom.xml @@ -67,6 +67,12 @@ under the License. true false true + + --cluster-user + my-cluster-user + --cluster-password + my-cluster-password + @@ -82,6 +88,12 @@ under the License. true true 1 + + --cluster-user + my-cluster-user + --cluster-password + my-cluster-password + @@ -112,4 +124,4 @@ under the License. - \ No newline at end of file + diff --git a/examples/features/ha/multiple-failover-failback/pom.xml b/examples/features/ha/multiple-failover-failback/pom.xml index 7a0ad718..70488f6f 100644 --- a/examples/features/ha/multiple-failover-failback/pom.xml +++ b/examples/features/ha/multiple-failover-failback/pom.xml @@ -66,6 +66,12 @@ under the License. false ../data true + + --cluster-user + my-cluster-user + --cluster-password + my-cluster-password + @@ -81,6 +87,12 @@ under the License. true ../data true + + --cluster-user + my-cluster-user + --cluster-password + my-cluster-password + @@ -95,6 +107,12 @@ under the License. true true ../data + + --cluster-user + my-cluster-user + --cluster-password + my-cluster-password + @@ -126,4 +144,4 @@ under the License. - \ No newline at end of file + diff --git a/examples/features/ha/multiple-failover/pom.xml b/examples/features/ha/multiple-failover/pom.xml index ec7ecf9b..bcc6ead0 100644 --- a/examples/features/ha/multiple-failover/pom.xml +++ b/examples/features/ha/multiple-failover/pom.xml @@ -66,6 +66,12 @@ under the License. false ../data true + + --cluster-user + my-cluster-user + --cluster-password + my-cluster-password + @@ -81,6 +87,12 @@ under the License. true ../data true + + --cluster-user + my-cluster-user + --cluster-password + my-cluster-password + @@ -95,6 +107,12 @@ under the License. true true ../data + + --cluster-user + my-cluster-user + --cluster-password + my-cluster-password + @@ -126,4 +144,4 @@ under the License. - \ No newline at end of file + diff --git a/examples/features/ha/non-transaction-failover/pom.xml b/examples/features/ha/non-transaction-failover/pom.xml index 59408c0d..65599fdc 100644 --- a/examples/features/ha/non-transaction-failover/pom.xml +++ b/examples/features/ha/non-transaction-failover/pom.xml @@ -67,6 +67,12 @@ under the License. false ../data true + + --cluster-user + my-cluster-user + --cluster-password + my-cluster-password + @@ -82,6 +88,12 @@ under the License. true ../data true + + --cluster-user + my-cluster-user + --cluster-password + my-cluster-password + @@ -112,4 +124,4 @@ under the License. - \ No newline at end of file + diff --git a/examples/features/ha/stop-server-failover/pom.xml b/examples/features/ha/stop-server-failover/pom.xml index 7ef2bc9a..ea110bc7 100644 --- a/examples/features/ha/stop-server-failover/pom.xml +++ b/examples/features/ha/stop-server-failover/pom.xml @@ -62,6 +62,12 @@ under the License. false ../data true + + --cluster-user + my-cluster-user + --cluster-password + my-cluster-password + @@ -77,6 +83,12 @@ under the License. true ../data true + + --cluster-user + my-cluster-user + --cluster-password + my-cluster-password + @@ -155,4 +167,4 @@ under the License. - \ No newline at end of file +