[jboss-cvs] JBoss Messaging SVN: r6759 - in trunk/docs/user-manual/en: modules and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 13 04:47:44 EDT 2009


Author: timfox
Date: 2009-05-13 04:47:44 -0400 (Wed, 13 May 2009)
New Revision: 6759

Added:
   trunk/docs/user-manual/en/modules/thread-pooling.xml
Modified:
   trunk/docs/user-manual/en/master.xml
   trunk/docs/user-manual/en/modules/security.xml
Log:
tweak and added thread pooling skeleton

Modified: trunk/docs/user-manual/en/master.xml
===================================================================
--- trunk/docs/user-manual/en/master.xml	2009-05-13 08:39:33 UTC (rev 6758)
+++ trunk/docs/user-manual/en/master.xml	2009-05-13 08:47:44 UTC (rev 6759)
@@ -15,6 +15,7 @@
         <!ENTITY large-messages SYSTEM "modules/large-messages.xml">
         <!ENTITY paging SYSTEM "modules/paging.xml">
         <!ENTITY queue-attributes SYSTEM "modules/queue-attributes.xml">
+        <!ENTITY thread-pooling SYSTEM "modules/thread-pooling.xml">
         <!ENTITY diverts SYSTEM "modules/diverts.xml">
         <!ENTITY logging SYSTEM "modules/logging.xml">
         <!ENTITY scheduled-messages SYSTEM "modules/scheduled-messages.xml">
@@ -61,6 +62,7 @@
    &large-messages;
    &paging;
    &queue-attributes;
+   &thread-pooling;
    &diverts;
    &logging;
    &scheduled-messages;

Modified: trunk/docs/user-manual/en/modules/security.xml
===================================================================
--- trunk/docs/user-manual/en/modules/security.xml	2009-05-13 08:39:33 UTC (rev 6758)
+++ trunk/docs/user-manual/en/modules/security.xml	2009-05-13 08:47:44 UTC (rev 6759)
@@ -121,10 +121,10 @@
             be possible to deny permissions in sub-groups of addresses.</para>
     </section>
     <section>
-        <title>Secure Sockets Transport</title>
+        <title>Secure Sockets Layer (SSL) Transport</title>
         <para>When messaging clients are connected to servers, or servers are connected to other
             servers (e.g. via bridges) over an untrusted network then JBoss Messaging allows that
-            traffic to be encrypted using the Secure Sockets Transport (SSL).</para>
+            traffic to be encrypted using the Secure Sockets Layer (SSL) transport.</para>
         <para>For more information on configuring the SSL transport please see the section
             [LINK]</para>
     </section>

Added: trunk/docs/user-manual/en/modules/thread-pooling.xml
===================================================================
--- trunk/docs/user-manual/en/modules/thread-pooling.xml	                        (rev 0)
+++ trunk/docs/user-manual/en/modules/thread-pooling.xml	2009-05-13 08:47:44 UTC (rev 6759)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter id="thread-pooling">
+    <title>Thread pooling</title>
+    <para>blah</para>
+    
+    
+    
+</chapter>
+




More information about the jboss-cvs-commits mailing list