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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 8 09:47:46 EDT 2009


Author: timfox
Date: 2009-05-08 09:47:46 -0400 (Fri, 08 May 2009)
New Revision: 6713

Modified:
   trunk/docs/user-manual/en/modules/clusters.xml
   trunk/docs/user-manual/en/modules/configuring-transports.xml
   trunk/docs/user-manual/en/modules/consumer-buffering.xml
   trunk/docs/user-manual/en/modules/core-bridges.xml
   trunk/docs/user-manual/en/modules/embedding-jbm.xml
   trunk/docs/user-manual/en/modules/flow-control.xml
   trunk/docs/user-manual/en/modules/ha.xml
   trunk/docs/user-manual/en/modules/management.xml
   trunk/docs/user-manual/en/modules/message-expiry.xml
   trunk/docs/user-manual/en/modules/paging.xml
   trunk/docs/user-manual/en/modules/security.xml
   trunk/docs/user-manual/en/modules/undelivered-messages.xml
   trunk/docs/user-manual/en/modules/using-core.xml
   trunk/docs/user-manual/en/modules/using-jms.xml
   trunk/docs/user-manual/en/modules/using-server.xml
Log:
filled in more sections

Modified: trunk/docs/user-manual/en/modules/clusters.xml
===================================================================
--- trunk/docs/user-manual/en/modules/clusters.xml	2009-05-08 13:28:57 UTC (rev 6712)
+++ trunk/docs/user-manual/en/modules/clusters.xml	2009-05-08 13:47:46 UTC (rev 6713)
@@ -2,7 +2,34 @@
 <chapter id="clusters">
     <title>Clusters</title>
     <para>blah</para>
-   
+    <section>
+        <title>Clusters Overview</title>
+        <para></para>
+    </section>
+    <section>
+        <title>Client-Side Load balancing</title>
+        <para></para>
+    </section>
+    <section>
+        <title>Message load balancing</title>
+        <para></para>
+    </section>
+    <section>
+        <title>Message Redistribution</title>
+        <para></para>
+    </section>
+    <section>
+        <title>Cluster topologies</title>
+        <para></para>
+        <section>
+            <title>Symmetric cluster</title>
+            <para></para>
+        </section>
+        <section>
+            <title>Chain cluster</title>
+            <para></para>
+        </section>
+    </section>
 
    
 </chapter>

Modified: trunk/docs/user-manual/en/modules/configuring-transports.xml
===================================================================
--- trunk/docs/user-manual/en/modules/configuring-transports.xml	2009-05-08 13:28:57 UTC (rev 6712)
+++ trunk/docs/user-manual/en/modules/configuring-transports.xml	2009-05-08 13:47:46 UTC (rev 6713)
@@ -2,6 +2,25 @@
 <chapter id="configuring-transports">
     <title>Configuring Transports</title>
     <para>blah</para>
-    
+    <section>
+        <title>Configuring Netty TCP</title>
+        <para></para>
+    </section>
+    <section>
+        <title>Configuring Netty SSL</title>
+        <para></para>
+    </section>
+    <section>
+        <title>Configuring Netty HTTP</title>
+        <para></para>
+    </section>
+    <section>
+        <title>Configuring Netty Servlet</title>
+        <para></para>
+    </section>
+    <section>
+        <title>Writing your own transport</title>
+        <para></para>
+    </section>
    
 </chapter>

Modified: trunk/docs/user-manual/en/modules/consumer-buffering.xml
===================================================================
--- trunk/docs/user-manual/en/modules/consumer-buffering.xml	2009-05-08 13:28:57 UTC (rev 6712)
+++ trunk/docs/user-manual/en/modules/consumer-buffering.xml	2009-05-08 13:47:46 UTC (rev 6713)
@@ -2,6 +2,13 @@
 <chapter id="consumer-buffering">
     <title>Consumer Buffering</title>
     <para>blah</para>
+    <section>
+        <title>Fast consumers</title>
+        <para></para>
+    </section>
+    <section>
+        <title>Slow consumers</title>
+        <para></para>
+    </section>
    
-   
 </chapter>

Modified: trunk/docs/user-manual/en/modules/core-bridges.xml
===================================================================
--- trunk/docs/user-manual/en/modules/core-bridges.xml	2009-05-08 13:28:57 UTC (rev 6712)
+++ trunk/docs/user-manual/en/modules/core-bridges.xml	2009-05-08 13:47:46 UTC (rev 6713)
@@ -2,5 +2,5 @@
 <chapter id="core-bridges">
     <title>Core Bridges</title>
     <para>blah</para>
-    
+
 </chapter>

Modified: trunk/docs/user-manual/en/modules/embedding-jbm.xml
===================================================================
--- trunk/docs/user-manual/en/modules/embedding-jbm.xml	2009-05-08 13:28:57 UTC (rev 6712)
+++ trunk/docs/user-manual/en/modules/embedding-jbm.xml	2009-05-08 13:47:46 UTC (rev 6713)
@@ -2,7 +2,10 @@
 <chapter id="embedding-jbm">
     <title>Embedding JBoss Messaging</title>
     <para>blah</para>
-    
+    <section>
+        <title>Embedding JBM</title>
+        <para></para>
+    </section>
 
    
 </chapter>

Modified: trunk/docs/user-manual/en/modules/flow-control.xml
===================================================================
--- trunk/docs/user-manual/en/modules/flow-control.xml	2009-05-08 13:28:57 UTC (rev 6712)
+++ trunk/docs/user-manual/en/modules/flow-control.xml	2009-05-08 13:47:46 UTC (rev 6713)
@@ -2,6 +2,33 @@
 <chapter id="flow-control">
     <title>Flow Control</title>
     <para>blah</para>
+    <section>
+        <title>Consumer flow control</title>
+        <para></para>
+        <section>
+            <title>Window based flow control</title>
+            <para></para>
+        </section>
+        <section>
+            <title>Rate limited flow control</title>
+            <para></para>
+        </section>
+    </section>
+    
+    <section>
+        <title>Producer flow control</title>
+        <para></para>
+        
+        <section>
+            <title>Window based flow control</title>
+            <para></para>
+        </section>
+        
+        <section>
+            <title>Rate limited flow control</title>
+            <para></para>
+        </section>
+        
+    </section>
    
-   
 </chapter>

Modified: trunk/docs/user-manual/en/modules/ha.xml
===================================================================
--- trunk/docs/user-manual/en/modules/ha.xml	2009-05-08 13:28:57 UTC (rev 6712)
+++ trunk/docs/user-manual/en/modules/ha.xml	2009-05-08 13:47:46 UTC (rev 6713)
@@ -3,6 +3,25 @@
     <title>High Availability and Failover</title>
     <para>blah</para>
     
+    <section>
+        <title>Server replication</title>
+        <para></para>
+    </section>
+    
+    <section>
+        <title>Automatic client failover</title>
+        <para></para>
+    </section>
+    
+    <section>
+        <title>Application-level client failover</title>
+        <para></para>
+    </section>
+    
+    <section>
+        <title>Network partitions</title>
+        <para></para>
+    </section>
 
    
 </chapter>

Modified: trunk/docs/user-manual/en/modules/management.xml
===================================================================
--- trunk/docs/user-manual/en/modules/management.xml	2009-05-08 13:28:57 UTC (rev 6712)
+++ trunk/docs/user-manual/en/modules/management.xml	2009-05-08 13:47:46 UTC (rev 6713)
@@ -3,5 +3,24 @@
     <title>Management</title>
     <para>blah</para>
     
+    <section>
+        <title>The management API</title>
+        <para></para>
+    </section>
+    
+    <section>
+        <title>Using management with JMX</title>
+        <para></para>
+    </section>
+    
+    <section>
+        <title>Using management via a core connection</title>
+        <para></para>
+    </section>
+    
+    <section>
+        <title>Management notifications</title>
+        <para></para>
+    </section>
    
 </chapter>

Modified: trunk/docs/user-manual/en/modules/message-expiry.xml
===================================================================
--- trunk/docs/user-manual/en/modules/message-expiry.xml	2009-05-08 13:28:57 UTC (rev 6712)
+++ trunk/docs/user-manual/en/modules/message-expiry.xml	2009-05-08 13:47:46 UTC (rev 6713)
@@ -2,5 +2,20 @@
 <chapter id="message-expiry">
     <title>Message Expiry</title>
     <para>blah</para>
+    
+    <section>
+        <title>Message expiry</title>
+        <para></para>
+    </section>
+    
+    <section>
+        <title>Configuring expiry addresses</title>
+        <para></para>
+    </section>
+    
+    <section>
+        <title>Configuring the reaper</title>
+        <para></para>
+    </section>
    
 </chapter>

Modified: trunk/docs/user-manual/en/modules/paging.xml
===================================================================
--- trunk/docs/user-manual/en/modules/paging.xml	2009-05-08 13:28:57 UTC (rev 6712)
+++ trunk/docs/user-manual/en/modules/paging.xml	2009-05-08 13:47:46 UTC (rev 6713)
@@ -3,5 +3,6 @@
     <title>Paging</title>
     <para>blah.</para>
    
+
    
 </chapter>

Modified: trunk/docs/user-manual/en/modules/security.xml
===================================================================
--- trunk/docs/user-manual/en/modules/security.xml	2009-05-08 13:28:57 UTC (rev 6712)
+++ trunk/docs/user-manual/en/modules/security.xml	2009-05-08 13:47:46 UTC (rev 6713)
@@ -3,5 +3,29 @@
     <title>Security</title>
     <para>blah</para>
    
+    <section>
+        <title>Configuring role based security for addresses</title>
+        <para></para>
+    </section>
+    
+    <section>
+        <title>SSL</title>
+        <para></para>
+    </section>
+    
+    <section>
+        <title>Basic user credentials</title>
+        <para></para>
+    </section>
+    
+    <section>
+        <title>JAAS</title>
+        <para></para>
+    </section>
+    
+    <section>
+        <title>JBoss AS security manager</title>
+        <para></para>
+    </section>
    
 </chapter>

Modified: trunk/docs/user-manual/en/modules/undelivered-messages.xml
===================================================================
--- trunk/docs/user-manual/en/modules/undelivered-messages.xml	2009-05-08 13:28:57 UTC (rev 6712)
+++ trunk/docs/user-manual/en/modules/undelivered-messages.xml	2009-05-08 13:47:46 UTC (rev 6713)
@@ -3,5 +3,19 @@
     <title>Undelivered Messages</title>
     <para>blah</para>
    
+    <section>
+        <title>Message redelivery</title>
+        <para></para>
+    </section>
+    
+    <section>
+        <title>Delayed redelivery</title>
+        <para></para>
+    </section>
+    
+    <section>
+        <title>Dead Letter Addresses</title>
+        <para></para>
+    </section>
    
 </chapter>

Modified: trunk/docs/user-manual/en/modules/using-core.xml
===================================================================
--- trunk/docs/user-manual/en/modules/using-core.xml	2009-05-08 13:28:57 UTC (rev 6712)
+++ trunk/docs/user-manual/en/modules/using-core.xml	2009-05-08 13:47:46 UTC (rev 6713)
@@ -2,6 +2,10 @@
 <chapter id="using-core">
     <title>Using Core</title>
     <para>Blah</para>
+    <section>
+        <title>Simple Core Example</title>
+        <para></para>
+    </section>
     
    
 </chapter>

Modified: trunk/docs/user-manual/en/modules/using-jms.xml
===================================================================
--- trunk/docs/user-manual/en/modules/using-jms.xml	2009-05-08 13:28:57 UTC (rev 6712)
+++ trunk/docs/user-manual/en/modules/using-jms.xml	2009-05-08 13:47:46 UTC (rev 6713)
@@ -2,6 +2,21 @@
 <chapter id="using-jms">
     <title>Using JMS</title>
     <para>blah</para>
-    
+    <section>
+        <title>JMS Configuration</title>
+        <para></para>
+    </section>
+    <section>
+        <title>Deploying JMS Administered Objects</title>
+        <para></para>
+    </section>
+    <section>
+        <title>Using JNDI</title>
+        <para></para>
+    </section>
+    <section>
+        <title>Directly instantiating JMS Administered Objects</title>
+        <para></para>
+    </section>
    
 </chapter>

Modified: trunk/docs/user-manual/en/modules/using-server.xml
===================================================================
--- trunk/docs/user-manual/en/modules/using-server.xml	2009-05-08 13:28:57 UTC (rev 6712)
+++ trunk/docs/user-manual/en/modules/using-server.xml	2009-05-08 13:47:46 UTC (rev 6713)
@@ -2,6 +2,22 @@
 <chapter id="using-server">
     <title>Using the Server</title>
     <para>blah</para>
+    <section>
+        <title>Server directoy layout</title>
+        <para></para>
+    </section>
+    <section>
+        <title>Configuration files</title>
+        <para></para>
+    </section>
+    <section>
+        <title>Starting and stopping the server</title>
+        <para></para>
+    </section>
+    <section>
+        <title>Server JVM settings</title>
+        <para></para>
+    </section>
     
 
    




More information about the jboss-cvs-commits mailing list