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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 17 12:26:25 EDT 2009


Author: jbertram at redhat.com
Date: 2009-08-17 12:26:24 -0400 (Mon, 17 Aug 2009)
New Revision: 7761

Modified:
   branches/Branch_1_4/docs/userguide/en/modules/configuration.xml
Log:
[JBMESSAGING-1715]


Modified: branches/Branch_1_4/docs/userguide/en/modules/configuration.xml
===================================================================
--- branches/Branch_1_4/docs/userguide/en/modules/configuration.xml	2009-08-17 16:23:59 UTC (rev 7760)
+++ branches/Branch_1_4/docs/userguide/en/modules/configuration.xml	2009-08-17 16:26:24 UTC (rev 7761)
@@ -2158,10 +2158,11 @@
       <section id="conf.connectionfactory.attributes.slowconsumers">
         <title>SlowConsumers</title>
 
-        <para>If you have very slow consumers, then you probably want to make
-        sure they don't buffer any messages. Since this can prevent them from
-        being consumed by faster consumers. Setting this to true is equivalent
-        to setting PrefetchSize to 1</para>
+        <para>If you have very slow consumers, then you probably want to 
+        reduce the number of messages they buffer so that unnecessary 
+        buffering does not prevent the messages from being consumed by faster
+        consumers. Setting this to true is equivalent to setting 
+        PrefetchSize to 1</para>
       </section>
 
       <section id="conf.connectionfactory.attributes.tckstrictbehavior">




More information about the jboss-cvs-commits mailing list