[jboss-cvs] JBoss Messaging SVN: r4344 - trunk/docs/userguide/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 29 12:19:44 EDT 2008


Author: jmesnil
Date: 2008-05-29 12:19:44 -0400 (Thu, 29 May 2008)
New Revision: 4344

Modified:
   trunk/docs/userguide/en/modules/configuration.xml
Log:
shorten CDDATA lines for PDF output

Modified: trunk/docs/userguide/en/modules/configuration.xml
===================================================================
--- trunk/docs/userguide/en/modules/configuration.xml	2008-05-29 16:04:38 UTC (rev 4343)
+++ trunk/docs/userguide/en/modules/configuration.xml	2008-05-29 16:19:44 UTC (rev 4344)
@@ -86,11 +86,13 @@
          TCP -->
          <remoting-tcp-send-buffer-size>-1</remoting-tcp-send-buffer-size>
 
-         <!-- The interval to send a ping message to send to the client/server to make sure it is still alive.-->
+         <!-- The interval to send a ping message to send to the client/server to make
+              sure it is still alive.-->
          <!-- Set to 0 if you want to disable this functionality-->
          <remoting-keep-alive-interval>10000</remoting-keep-alive-interval>
 
-         <!--How long to wait for a returning pong after sending a ping message to a client/server.-->
+         <!-- How long to wait for a returning pong after sending a ping message 
+              to a client/server.-->
          <!-- If no pong is received after this time resources are cleaned up-->
          <remoting-keep-alive-timeout>5000</remoting-keep-alive-timeout>
 
@@ -117,10 +119,12 @@
 
          <journal-type>asyncio</journal-type>
 
-         <!-- Does the journal sync to disk on each transaction commit, prepare or rollback? -->
+         <!-- Does the journal sync to disk on each transaction commit, prepare 
+              or rollback? -->
          <journal-sync-transactional>true</journal-sync-transactional>
 
-         <!-- Does the journal sync to disk for every non transactional persistent operation? -->
+         <!-- Does the journal sync to disk for every non transactional persistent
+              operation? -->
          <journal-sync-non-transactional>false</journal-sync-non-transactional>
 
          <journal-file-size>10485760</journal-file-size>




More information about the jboss-cvs-commits mailing list