[jboss-cvs] JBoss Messaging SVN: r6903 - branches/Branch_1_4/docs/userguide/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 20 02:35:21 EDT 2009


Author: gaohoward
Date: 2009-05-20 02:35:21 -0400 (Wed, 20 May 2009)
New Revision: 6903

Modified:
   branches/Branch_1_4/docs/userguide/en/modules/ordering_group.xml
Log:
adjust text format


Modified: branches/Branch_1_4/docs/userguide/en/modules/ordering_group.xml
===================================================================
--- branches/Branch_1_4/docs/userguide/en/modules/ordering_group.xml	2009-05-20 05:47:07 UTC (rev 6902)
+++ branches/Branch_1_4/docs/userguide/en/modules/ordering_group.xml	2009-05-20 06:35:21 UTC (rev 6903)
@@ -15,7 +15,7 @@
 
   <itemizedlist>
     <listitem>For CLIENT_ACKNOWLEDGE mode, the Message.acknowledge() method signals the completion state.</listitem>
-    <listitem>For AUTO_ACKNOWLEDGE and DUPS_OK_ACKNOWLEDGE modes, the completion of the message is identified by either.
+    <listitem>For AUTO_ACKNOWLEDGE and DUPS_OK_ACKNOWLEDGE modes, the completion of the message is identified by either
 
       <para>1) successful returning from the MessageConsumer.receive() methods, or</para>
       <para>2) successful returning from the onMessage() call of the MessageListener();</para>
@@ -65,7 +65,8 @@
 
   <programlisting>
 EnableOrderingGroup -- set this property to true to enable the ordering group. Default is false; and
-DefaultOrderingGroupName -- the default name for the message ordering group. If absent, the group name will be generated automatically.
+DefaultOrderingGroupName -- the default name for the message ordering group. If absent, the group 
+                            name will be generated automatically.
   </programlisting>
 
 <para>Once configured to enable ordering group on a connection factory, all messages that are sent from any producers created from this connection factory become ordering group messages.</para>




More information about the jboss-cvs-commits mailing list