[jboss-cvs] JBoss Messaging SVN: r6925 - trunk/docs/user-manual/en.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 20 10:10:44 EDT 2009


Author: ataylor
Date: 2009-05-20 10:10:44 -0400 (Wed, 20 May 2009)
New Revision: 6925

Modified:
   trunk/docs/user-manual/en/flow-control.xml
Log:
reformatted code and tables for flow control doc

Modified: trunk/docs/user-manual/en/flow-control.xml
===================================================================
--- trunk/docs/user-manual/en/flow-control.xml	2009-05-20 14:01:12 UTC (rev 6924)
+++ trunk/docs/user-manual/en/flow-control.xml	2009-05-20 14:10:44 UTC (rev 6925)
@@ -134,7 +134,8 @@
       <entries>
          <entry name="ConnectionFactory"/>       
       </entries>
-      <!-- We limit consumers created on this connection factory to consume messages at a maximum rate
+      <!-- We limit consumers created on this connection factory to consume messages
+             at a maximum rate
       of 10 messages per sec -->
       <consumer-max-rate>10</consumer-max-rate>
  &lt;/connection-factory></programlisting>
@@ -163,9 +164,10 @@
       <para>JBoss Messaging allows producers to be created which limit</para>
       <section>
          <title>Window based flow control</title>
-         <para>JBoss Messaging clients maintain a buffer of commands that have been sent to the server, thus provides a form
-         of flow control. Please see the chapter on <xref linkend="command-buffering">command buffering</xref> for more information
-         on this.</para>
+         <para>JBoss Messaging clients maintain a buffer of commands that have been sent to the
+            server, thus provides a form of flow control. Please see the chapter on <xref
+               linkend="command-buffering">command buffering</xref> for more information on
+            this.</para>
       </section>
       <section>
          <title>Rate limited flow control</title>
@@ -192,7 +194,8 @@
       &lt;entries>
          &lt;entry name="ConnectionFactory"/>       
       &lt;/entries>
-      &lt;!-- We limit producers created on this connection factory to produce messages at a maximum rate
+      &lt;!-- We limit producers created on this connection factory to produce messages 
+                at a maximum rate
       of 10 messages per sec -->
       &lt;producer-max-rate>10&lt;/producer-max-rate>
  &lt;/connection-factory></programlisting>




More information about the jboss-cvs-commits mailing list