[hornetq-commits] JBoss hornetq SVN: r9256 - in trunk/examples: jms/clustered-standalone and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue May 25 04:58:53 EDT 2010


Author: jmesnil
Date: 2010-05-25 04:58:53 -0400 (Tue, 25 May 2010)
New Revision: 9256

Modified:
   trunk/examples/common/build.xml
   trunk/examples/jms/clustered-standalone/readme.html
Log:
JMS Clustered Standalone example

* fix configuration setup instructions

Modified: trunk/examples/common/build.xml
===================================================================
--- trunk/examples/common/build.xml	2010-05-24 13:08:01 UTC (rev 9255)
+++ trunk/examples/common/build.xml	2010-05-25 08:58:53 UTC (rev 9256)
@@ -205,7 +205,7 @@
          </fileset>
       </subant>
    	
-   	  <echo message="Do not forget to run jms/applet, jms/clustered-standalone &amp; jms-bridge examples manually!" />
+   	  <echo message="Do not forget to run jms/applet, jms/clustered-standalone, jms/stomp-websockets &amp; jms/jms-bridge examples manually!" />
    </target>
 
 </project>

Modified: trunk/examples/jms/clustered-standalone/readme.html
===================================================================
--- trunk/examples/jms/clustered-standalone/readme.html	2010-05-24 13:08:01 UTC (rev 9255)
+++ trunk/examples/jms/clustered-standalone/readme.html	2010-05-25 08:58:53 UTC (rev 9256)
@@ -32,10 +32,10 @@
         <li>in the first terminal, go to the <code>bin</code> directory and start the first server (with default configuration):
            <pre class="prettyprint"><code>./run.sh ../config/stand-alone/clustered</code></pre>
         <li>in the second terminal, start the second server:
-           <pre class="prettyprint"><code>export CLUSTER_PROPS="-Ddata.dir=../data-server2 -Djnp.port=2099 -Djnp.rmiPort=2098 -Dhornetq.remoting.netty.port=6445"
+           <pre class="prettyprint"><code>export CLUSTER_PROPS="-Ddata.dir=../data-server2 -Djnp.port=2099 -Djnp.rmiPort=2098 -Dhornetq.remoting.netty.port=6445 -Dhornetq.remoting.netty.batch.port=6455"
 ./run.sh ../config/stand-alone/clustered</code></pre>
         <li>in the third terminal, start the third server (with default configuration):
-           <pre class="prettyprint"><code>export CLUSTER_PROPS="-Ddata.dir=../data-server3 -Djnp.port=3099 -Djnp.rmiPort=3098 -Dhornetq.remoting.netty.port=7445"
+           <pre class="prettyprint"><code>export CLUSTER_PROPS="-Ddata.dir=../data-server3 -Djnp.port=3099 -Djnp.rmiPort=3098 -Dhornetq.remoting.netty.port=7445 -Dhornetq.remoting.netty.batch.port=7455"
 ./run.sh ../config/stand-alone/clustered</code></pre>
         <li>finally, in the fourth terminal, start the example
            <pre class="prettyprint"><code>./build.sh runRemote</code> (or <code>build.bat runRemote</code> on windows)</pre>



More information about the hornetq-commits mailing list