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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 28 23:50:32 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-07-28 23:50:32 -0400 (Tue, 28 Jul 2009)
New Revision: 7634

Modified:
   trunk/docs/user-manual/en/configuration-index.xml
   trunk/docs/user-manual/en/large-messages.xml
Log:
documentation change for cache large messages on client

Modified: trunk/docs/user-manual/en/configuration-index.xml
===================================================================
--- trunk/docs/user-manual/en/configuration-index.xml	2009-07-29 03:37:01 UTC (rev 7633)
+++ trunk/docs/user-manual/en/configuration-index.xml	2009-07-29 03:50:32 UTC (rev 7634)
@@ -948,6 +948,13 @@
                             <entry>100 * 1024</entry>
                         </row>
                         <row>
+                            <entry><link linkend="large-messages.cache.client"
+                                    >connection-factory.cache-large-message-client</link></entry>
+                            <entry>Boolean</entry>
+                            <entry>If true clients using this connection factory will hold the large message body on temporary files.</entry>
+                            <entry>false</entry>
+                        </row>
+                        <row>
                             <entry><link linkend="pre-acknowledge.configure"
                                 >connection-factory.pre-acknowledge</link></entry>
                             <entry>Boolean</entry>

Modified: trunk/docs/user-manual/en/large-messages.xml
===================================================================
--- trunk/docs/user-manual/en/large-messages.xml	2009-07-29 03:37:01 UTC (rev 7633)
+++ trunk/docs/user-manual/en/large-messages.xml	2009-07-29 03:50:32 UTC (rev 7634)
@@ -229,7 +229,7 @@
 }        </programlisting>
     </section>
 
-    <section>
+    <section id="large-messages.cache.client">
       <title>Cache Large Messages on client</title>
 
       <para>LargeMessages are transfered like a streaming from server to client.




More information about the jboss-cvs-commits mailing list