You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/05/26 12:09:04 UTC

svn commit: r409621 - /incubator/activemq/site/example-testing-scenario.html

Author: jstrachan
Date: Fri May 26 03:09:03 2006
New Revision: 409621

URL: http://svn.apache.org/viewvc?rev=409621&view=rev
Log:
Latest export from confluence

Modified:
    incubator/activemq/site/example-testing-scenario.html

Modified: incubator/activemq/site/example-testing-scenario.html
URL: http://svn.apache.org/viewvc/incubator/activemq/site/example-testing-scenario.html?rev=409621&r1=409620&r2=409621&view=diff
==============================================================================
--- incubator/activemq/site/example-testing-scenario.html (original)
+++ incubator/activemq/site/example-testing-scenario.html Fri May 26 03:09:03 2006
@@ -280,6 +280,14 @@
 
 <P>In the above example - each build has to kinda wait for other things to start up to some time period. e.g. the producer and consumer wanna keep around for say 5 minutes trying to connect to the broker as they can be started in any order.</P>
 
+<P>Ideally we might wanna run this as 3 maven commands as follows...</P>
+
+<DIV class="code"><DIV class="codeContent">
+<PRE class="code-java">mvn activemq:broker
+mvn activemq:perf-producer -Dmessage-count=5000 -Dqueue=<SPAN class="code-keyword">true</SPAN> -Ddestination=org.foo.bar -Durl=tcp:<SPAN class="code-comment">//$hostA:61616
+</SPAN>mvn activemq:perf-consumer -Dmessage-count=5000 -Dqueue=<SPAN class="code-keyword">true</SPAN> -Ddestination=org.foo.bar -Durl=tcp:<SPAN class="code-comment">//$hostA:61616</SPAN></PRE>
+</DIV></DIV>
+
 
 <H3><A name="ExampleTestingScenario-Controllerbuild"></A>Controller build</H3>
 
@@ -362,8 +370,8 @@
     </DIV>
     <DIV id="site-footer">
           Added by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan">James Strachan</A>,
-    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan">James Strachan</A> on May 25, 2006
-                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=6131&originalId=6135">view change</A>)
+    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan">James Strachan</A> on May 26, 2006
+                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=6131&originalId=8406">view change</A>)
               
       (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=6131">edit page</A>)
     </DIV>