Fix jms/scale-down example pom.xml
This commit is contained in:
parent
9aaaf0a523
commit
5fe83ce8d1
|
@ -90,6 +90,10 @@ under the License.
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<clientClass>org.apache.activemq.jms.example.ScaleDownExample</clientClass>
|
<clientClass>org.apache.activemq.jms.example.ScaleDownExample</clientClass>
|
||||||
|
<args>
|
||||||
|
<param>tcp://localhost:61616</param>
|
||||||
|
<param>tcp://localhost:61617</param>
|
||||||
|
</args>
|
||||||
<systemProperties>
|
<systemProperties>
|
||||||
<property>
|
<property>
|
||||||
<name>exampleConfigDir</name>
|
<name>exampleConfigDir</name>
|
||||||
|
|
Loading…
Reference in New Issue