NO-JIRA fixing client-side-load-balancing example
This commit is contained in:
parent
b4ca5d589b
commit
104ee10a3e
|
@ -58,6 +58,10 @@ under the License.
|
||||||
<ignore>${noServer}</ignore>
|
<ignore>${noServer}</ignore>
|
||||||
<instance>${basedir}/target/server0</instance>
|
<instance>${basedir}/target/server0</instance>
|
||||||
<clustered>true</clustered>
|
<clustered>true</clustered>
|
||||||
|
<args>
|
||||||
|
<arg>--queues</arg>
|
||||||
|
<arg>exampleQueue</arg>
|
||||||
|
</args>
|
||||||
<!-- this makes it easier in certain envs -->
|
<!-- this makes it easier in certain envs -->
|
||||||
<javaOptions>-Djava.net.preferIPv4Stack=true</javaOptions>
|
<javaOptions>-Djava.net.preferIPv4Stack=true</javaOptions>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
@ -74,6 +78,10 @@ under the License.
|
||||||
<portOffset>1</portOffset>
|
<portOffset>1</portOffset>
|
||||||
<!-- this makes it easier in certain envs -->
|
<!-- this makes it easier in certain envs -->
|
||||||
<javaOptions>-Djava.net.preferIPv4Stack=true</javaOptions>
|
<javaOptions>-Djava.net.preferIPv4Stack=true</javaOptions>
|
||||||
|
<args>
|
||||||
|
<arg>--queues</arg>
|
||||||
|
<arg>exampleQueue</arg>
|
||||||
|
</args>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
|
@ -88,6 +96,10 @@ under the License.
|
||||||
<portOffset>2</portOffset>
|
<portOffset>2</portOffset>
|
||||||
<!-- this makes it easier in certain envs -->
|
<!-- this makes it easier in certain envs -->
|
||||||
<javaOptions>-Djava.net.preferIPv4Stack=true</javaOptions>
|
<javaOptions>-Djava.net.preferIPv4Stack=true</javaOptions>
|
||||||
|
<args>
|
||||||
|
<arg>--queues</arg>
|
||||||
|
<arg>exampleQueue</arg>
|
||||||
|
</args>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
|
|
Loading…
Reference in New Issue