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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 7 02:39:36 EDT 2007


Author: sergeypk
Date: 2007-06-07 02:39:36 -0400 (Thu, 07 Jun 2007)
New Revision: 2762

Modified:
   trunk/docs/userguide/en/modules/configuration.xml
Log:
http://jira.jboss.com/jira/browse/JBMESSAGING-938 - documentation for MaxDeliveryAttempts

Modified: trunk/docs/userguide/en/modules/configuration.xml
===================================================================
--- trunk/docs/userguide/en/modules/configuration.xml	2007-06-06 20:06:54 UTC (rev 2761)
+++ trunk/docs/userguide/en/modules/configuration.xml	2007-06-07 06:39:36 UTC (rev 2762)
@@ -1335,7 +1335,16 @@
 
                  <section id="conf.destination.queue.attributes.redeliverydelay">
                     <title>RedeliveryDelay</title>
-                    <para>The redlivery delay to be used for this queue. Overrides any value set on the ServerPeer config</para>
+                    <para>The redelivery delay to be used for this queue. Overrides any value set on the ServerPeer config</para>
+                 </section>
+                 
+                 <section id="conf.destination.queue.attributes.maxdeliveryattempts">
+                    <title>MaxDeliveryAttempts</title>
+                    <para>
+                      The maximum number of times delivery of a message will be attempted before sending the message to the DLQ,
+                      if configured. If set to -1 (the default), the value from the ServerPeer config is used. Any other setting
+                      overrides the value set on the ServerPeer config.
+                    </para>
                  </section>
 
                  <section id="conf.destination.queue.attributes.security">
@@ -1653,6 +1662,15 @@
                     <para>The redelivery delay to be used for this topic. Overrides any value set on the ServerPeer config</para>
                 </section>
 
+                <section id="conf.destination.topic.attributes.maxdeliveryattempts">
+                    <title>MaxDeliveryAttempts</title>
+                    <para>
+                      The maximum number of times delivery of a message will be attempted before sending the message to the DLQ,
+                      if configured. If set to -1 (the default), the value from the ServerPeer config is used. Any other setting
+                      overrides the value set on the ServerPeer config.
+                    </para>
+                </section>
+
                 <section id="conf.destination.topic.attributes.security">
                    <title>Destination Security Configuration</title>
 




More information about the jboss-cvs-commits mailing list