You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2019/10/03 17:25:18 UTC

[activemq-artemis] branch master updated: NO-JIRA fixing client-side-load-balancing example

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new 104ee10  NO-JIRA fixing client-side-load-balancing example
104ee10 is described below

commit 104ee10a3e70c62684d440d88871e8138ab7767c
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Thu Oct 3 13:13:25 2019 -0400

    NO-JIRA fixing client-side-load-balancing example
---
 .../features/clustered/client-side-load-balancing/pom.xml    | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/examples/features/clustered/client-side-load-balancing/pom.xml b/examples/features/clustered/client-side-load-balancing/pom.xml
index ac44177..3dda594 100644
--- a/examples/features/clustered/client-side-load-balancing/pom.xml
+++ b/examples/features/clustered/client-side-load-balancing/pom.xml
@@ -58,6 +58,10 @@ under the License.
                      <ignore>${noServer}</ignore>
                      <instance>${basedir}/target/server0</instance>
                      <clustered>true</clustered>
+                     <args>
+                        <arg>--queues</arg>
+                        <arg>exampleQueue</arg>
+                     </args>
                      <!-- this makes it easier in certain envs -->
                      <javaOptions>-Djava.net.preferIPv4Stack=true</javaOptions>
                   </configuration>
@@ -74,6 +78,10 @@ under the License.
                      <portOffset>1</portOffset>
                      <!-- this makes it easier in certain envs -->
                      <javaOptions>-Djava.net.preferIPv4Stack=true</javaOptions>
+                     <args>
+                        <arg>--queues</arg>
+                        <arg>exampleQueue</arg>
+                     </args>
                   </configuration>
                </execution>
                <execution>
@@ -88,6 +96,10 @@ under the License.
                      <portOffset>2</portOffset>
                      <!-- this makes it easier in certain envs -->
                      <javaOptions>-Djava.net.preferIPv4Stack=true</javaOptions>
+                     <args>
+                        <arg>--queues</arg>
+                        <arg>exampleQueue</arg>
+                     </args>
                   </configuration>
                </execution>
                <execution>