[jboss-cvs] JBoss Messaging SVN: r6904 - branches/Branch_1_4/docs/examples/ordering-group.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 20 03:06:39 EDT 2009


Author: gaohoward
Date: 2009-05-20 03:06:38 -0400 (Wed, 20 May 2009)
New Revision: 6904

Modified:
   branches/Branch_1_4/docs/examples/ordering-group/README.html
Log:
update readme


Modified: branches/Branch_1_4/docs/examples/ordering-group/README.html
===================================================================
--- branches/Branch_1_4/docs/examples/ordering-group/README.html	2009-05-20 06:35:21 UTC (rev 6903)
+++ branches/Branch_1_4/docs/examples/ordering-group/README.html	2009-05-20 07:06:38 UTC (rev 6904)
@@ -54,7 +54,7 @@
 2. Go to the example's home directory<br>
 <br>
 <div style="margin-left: 40px;"><span style="font-family: monospace;">cd
-...\examples\queue</span><br>
+...\examples\ordering-group</span><br>
 </div>
 <br>
 3. Run the example:<br>
@@ -78,26 +78,29 @@
 
 identify:
      [echo] ###########################################################################
-     [echo] #                       Running the ORDERING-GROUP example                         #
+     [echo] #                  Running the OrderingGroup example                      #
      [echo] ###########################################################################
      [echo] The queue:      testQueue
-     [echo] The client jar: ../../../output/lib/jboss-messaging-client.jar
+     [echo] The client jar: ../..//jboss-messaging-client.jar
 
 sanity-check:
 
 init:
-    [mkdir] Created dir: C:\java\messaging\docs\examples\queue\output\classes
-    [mkdir] Created dir: C:\java\messaging\docs\examples\common\output\classes
+    [mkdir] Created dir: /home/howard/apps/jboss-messaging-1.4.0.SP3-CP08/examples/ordering-group/output/classes
 
 compile:
-    [javac] Compiling 5 source files to C:\java\messaging\docs\examples\common\output\classes
-    [javac] Compiling 1 source file to C:\java\messaging\docs\examples\queue\output\classes
+    [javac] Compiling 2 source files to /home/howard/apps/jboss-messaging-1.4.0.SP3-CP08/examples/ordering-group/output/classes
 
 run:
      [java] Queue /queue/testQueue exists
+     [java] Sending mormal message with lower priority 1
+     [java] Sending message with priority 0
+     [java] Sending message2 with priority 8
+     [java] Sending normal message with priority 7
+     [java] Sending message3 with priority 5
      [java] The message was successfully sent to the testQueue queue
-     [java] Received message: Hello!
-     [java] The example connected to JBoss Messaging version 1.3.0.GA (1.3)
+     [java] len: 5
+     [java] The example connected to JBoss Messaging version 1.4.0.SP3-CP08 (1.4)
      [java] 
      [java] #####################
      [java] ###    SUCCESS!   ###
@@ -105,6 +108,7 @@
 
 BUILD SUCCESSFUL
 Total time: 4 seconds
+
 </pre>
       </td>
     </tr>




More information about the jboss-cvs-commits mailing list