Fix jms/scale-down example pom.xml

This commit is contained in:
Howard Gao 2015-03-11 11:26:04 +08:00
parent 9aaaf0a523
commit 5fe83ce8d1
1 changed files with 10 additions and 6 deletions

View File

@ -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>