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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 18 10:59:49 EDT 2009


Author: jmesnil
Date: 2009-05-18 10:59:49 -0400 (Mon, 18 May 2009)
New Revision: 6844

Modified:
   trunk/docs/user-manual/en/modules/last-value-queues.xml
   trunk/docs/user-manual/en/modules/message-expiry.xml
   trunk/docs/user-manual/en/modules/message-grouping.xml
   trunk/docs/user-manual/en/modules/undelivered-messages.xml
Log:
user manual

* added xrefs from address settings to the wildcard syntax chapter

Modified: trunk/docs/user-manual/en/modules/last-value-queues.xml
===================================================================
--- trunk/docs/user-manual/en/modules/last-value-queues.xml	2009-05-18 14:59:09 UTC (rev 6843)
+++ trunk/docs/user-manual/en/modules/last-value-queues.xml	2009-05-18 14:59:49 UTC (rev 6844)
@@ -16,7 +16,8 @@
        <last-value-queue>true</last-value-queue>
     </address-setting>
             </programlisting>
-          <para>By default, <literal>last-value-queue</literal> is false.</para>
+          <para>By default, <literal>last-value-queue</literal> is false. Address wildcards can be used
+          to configure Last-Value queues for a set of addresses (see <xref linkend="wildcard-syntax" />).</para>
        </section>
 
        <section>

Modified: trunk/docs/user-manual/en/modules/message-expiry.xml
===================================================================
--- trunk/docs/user-manual/en/modules/message-expiry.xml	2009-05-18 14:59:09 UTC (rev 6843)
+++ trunk/docs/user-manual/en/modules/message-expiry.xml	2009-05-18 14:59:49 UTC (rev 6844)
@@ -44,7 +44,8 @@
 &lt;/address-setting&gt;
         </programlisting>
       <para>If messages are expired and no expiry address is specified, messages are simply removed
-         from the queue.</para>
+         from the queue. Address wildcards can be used
+          to configure expiry address for a set of addresses (see <xref linkend="wildcard-syntax" />).</para>
    </section>
    <section>
       <title>Configuring The Expiry Reaper Thread</title>

Modified: trunk/docs/user-manual/en/modules/message-grouping.xml
===================================================================
--- trunk/docs/user-manual/en/modules/message-grouping.xml	2009-05-18 14:59:09 UTC (rev 6843)
+++ trunk/docs/user-manual/en/modules/message-grouping.xml	2009-05-18 14:59:49 UTC (rev 6844)
@@ -21,7 +21,8 @@
           &lt;/address-setting&gt;
        </programlisting>
        <para>By default, <literal>distribution-policy-class</literal> is set to <literal>org.jboss.messaging.core.server.impl.RoundRobinDistributor</literal>
-       and message groups will not be handled by the queue.</para>
+       and message groups will not be handled by the queue. Address wildcards can be used
+        to configure the distribution policy for a set of addresses (see <xref linkend="wildcard-syntax" />).</para>
     </section>
 
     <section>

Modified: trunk/docs/user-manual/en/modules/undelivered-messages.xml
===================================================================
--- trunk/docs/user-manual/en/modules/undelivered-messages.xml	2009-05-18 14:59:09 UTC (rev 6843)
+++ trunk/docs/user-manual/en/modules/undelivered-messages.xml	2009-05-18 14:59:49 UTC (rev 6844)
@@ -39,6 +39,8 @@
            <para>If a <literal>redelivery-delay</literal> is specified, JBoss Messaging will wait this delay
            before redelivering the messages</para>
            <para>By default, there is no redelivery delay (<literal>redelivery-delay</literal>is set to 0).</para>
+           <para>Address wildcards can be used
+            to configure redelivery delay for a set of addresses (see <xref linkend="wildcard-syntax" />).</para>
         </section>
         <section>
             <title>Example</title>
@@ -73,6 +75,8 @@
            <para>By default, messages are redelivered 10 times at the maximum. Set <literal>max-delivery-attempts</literal> to -1 for infinite redeliveries.</para>
            <para>For example, a dead letter can be set globally for a set of matching addresses and you can set <literal>max-delivery-attempts</literal>
              to -1 for a specific address setting to allow infinite redeliveries only for this address.</para>
+           <para>Address wildcards can be used
+              to configure dead letter settings for a set of addresses (see <xref linkend="wildcard-syntax" />).</para>
         </section>
         <section>
            <title>Dead Letter Properties</title>




More information about the jboss-cvs-commits mailing list