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 2015/03/12 00:15:59 UTC

[3/5] activemq-6 git commit: Fix jms/scale-down example pom.xml

Fix jms/scale-down example pom.xml


Project: http://git-wip-us.apache.org/repos/asf/activemq-6/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-6/commit/5fe83ce8
Tree: http://git-wip-us.apache.org/repos/asf/activemq-6/tree/5fe83ce8
Diff: http://git-wip-us.apache.org/repos/asf/activemq-6/diff/5fe83ce8

Branch: refs/heads/master
Commit: 5fe83ce8d11ac8681d1cf6385bbb0d98266586ed
Parents: 9aaaf0a
Author: Howard Gao <hg...@redhat.com>
Authored: Wed Mar 11 11:26:04 2015 +0800
Committer: Howard Gao <hg...@redhat.com>
Committed: Wed Mar 11 16:50:55 2015 +0800

----------------------------------------------------------------------
 examples/jms/scale-down/pom.xml | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-6/blob/5fe83ce8/examples/jms/scale-down/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/scale-down/pom.xml b/examples/jms/scale-down/pom.xml
index 866371e..1419f88 100644
--- a/examples/jms/scale-down/pom.xml
+++ b/examples/jms/scale-down/pom.xml
@@ -90,12 +90,16 @@ under the License.
                         </goals>
                         <configuration>
                            <clientClass>org.apache.activemq.jms.example.ScaleDownExample</clientClass>
-                            <systemProperties>
-                                <property>
-                                    <name>exampleConfigDir</name>
-                                    <value>${basedir}/target/classes/activemq</value>
-                                </property>
-                            </systemProperties>
+                           <args>
+                              <param>tcp://localhost:61616</param>
+                              <param>tcp://localhost:61617</param>
+                           </args>
+                           <systemProperties>
+                              <property>
+                                 <name>exampleConfigDir</name>
+                                 <value>${basedir}/target/classes/activemq</value>
+                              </property>
+                           </systemProperties>
                         </configuration>
                      </execution>
                      <execution>