[jboss-cvs] JBoss Messaging SVN: r6831 - 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
Mon May 18 05:40:32 EDT 2009


Author: timfox
Date: 2009-05-18 05:40:32 -0400 (Mon, 18 May 2009)
New Revision: 6831

Removed:
   trunk/docs/user-manual/en/modules/server-discovery.xml
Modified:
   trunk/docs/user-manual/en/master.xml
   trunk/docs/user-manual/en/modules/security.xml
Log:
removed unneeded file and a little on security

Modified: trunk/docs/user-manual/en/master.xml
===================================================================
--- trunk/docs/user-manual/en/master.xml	2009-05-18 09:34:23 UTC (rev 6830)
+++ trunk/docs/user-manual/en/master.xml	2009-05-18 09:40:32 UTC (rev 6831)
@@ -29,8 +29,7 @@
         <!ENTITY last-value-queues SYSTEM "modules/last-value-queues.xml">
         <!ENTITY message-grouping SYSTEM "modules/message-grouping.xml">
         <!ENTITY pre-acknowledge SYSTEM "modules/pre-acknowledge.xml">
-        <!ENTITY client-reconnection SYSTEM "modules/client-reconnection.xml">
-        <!ENTITY server-discovery SYSTEM "modules/server-discovery.xml">
+        <!ENTITY client-reconnection SYSTEM "modules/client-reconnection.xml">      
         <!ENTITY appserver-integration SYSTEM "modules/appserver-integration.xml">
         <!ENTITY jca-adaptor SYSTEM "modules/jca-adaptor.xml">
         <!ENTITY jms-bridge SYSTEM "modules/jms-bridge.xml">
@@ -80,7 +79,6 @@
    &message-grouping;
    &pre-acknowledge;
    &client-reconnection;
-   &server-discovery;
    &appserver-integration;
    &core-bridges;
    &duplicate-detection;

Modified: trunk/docs/user-manual/en/modules/security.xml
===================================================================
--- trunk/docs/user-manual/en/modules/security.xml	2009-05-18 09:34:23 UTC (rev 6830)
+++ trunk/docs/user-manual/en/modules/security.xml	2009-05-18 09:40:32 UTC (rev 6831)
@@ -14,7 +14,7 @@
         <para>JBoss Messaging allows sets of permissions to be defined against the queues based on
             their address. An exact match on the address can be used or a wildcard match can be used
             using the wildcard characters '<literal>#</literal>' and '<literal>*</literal>'.</para>
-        <para>Six different permissions can be given to the set of queues which match the address.
+        <para>Seven different permissions can be given to the set of queues which match the address.
             Those permissions are:</para>
         <itemizedlist>
             <listitem>
@@ -41,6 +41,10 @@
                 <para><literal>consume</literal>. This permission allows the user to consume a
                     message from a queue bound to matching addresses.</para>
             </listitem>
+            <listitem>
+                <para><literal>manage</literal>. This permission allows the user to invoke management operations by sending
+                management messages to the management address.</para>
+            </listitem>
         </itemizedlist>
         <para>For each permission, a list of roles who are granted that permission is specified. If
             the user has any of those roles, he/she will be granted that permission for that set of
@@ -234,4 +238,12 @@
             JBoss Application Server that are bundled in the distribution for an example of how this
             is configured.</para>
     </section>
+    <section>
+        <title>Changing the Management password for Clustering</title>
+        <para>In order for cluster connections to work correctly, each node in the cluster must register for management notifications
+        from other nodes. To do this they must perform these actions as a user with a role that has <literal>admin</literal> permissions
+        on the management addresses.</para>
+        <para>This password should always be changed from its default after installation. Please see the management chapter for instructions
+        on how to do this.</para>
+    </section>
 </chapter>

Deleted: trunk/docs/user-manual/en/modules/server-discovery.xml
===================================================================
--- trunk/docs/user-manual/en/modules/server-discovery.xml	2009-05-18 09:34:23 UTC (rev 6830)
+++ trunk/docs/user-manual/en/modules/server-discovery.xml	2009-05-18 09:40:32 UTC (rev 6831)
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="server-discovery">
-    <title>Server Discovery</title>
-    <para>blah</para>
-    
-
-   
-</chapter>




More information about the jboss-cvs-commits mailing list