[jboss-cvs] JBoss Messaging SVN: r6768 - in trunk: examples/jms/expiry and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 13 10:43:51 EDT 2009


Author: jmesnil
Date: 2009-05-13 10:43:50 -0400 (Wed, 13 May 2009)
New Revision: 6768

Modified:
   trunk/docs/user-manual/en/modules/last-value-queues.xml
   trunk/examples/jms/expiry/readme.html
Log:
typos

Modified: trunk/docs/user-manual/en/modules/last-value-queues.xml
===================================================================
--- trunk/docs/user-manual/en/modules/last-value-queues.xml	2009-05-13 14:37:13 UTC (rev 6767)
+++ trunk/docs/user-manual/en/modules/last-value-queues.xml	2009-05-13 14:43:50 UTC (rev 6768)
@@ -21,7 +21,8 @@
 
        <section>
           <title>Using Last-Value Property</title>
-          <para>The property name used to identify the last value is <literal>_JBM_LVQ_NAME</literal>.</para>
+          <para>The property name used to identify the last value is <literal>"_JBM_LVQ_NAME"</literal>
+          (or the constant <literal>MessageImpl.HDR_LAST_VALUE_NAME</literal> from the Core API).</para>
           <para>For example, if two messages with the same value for the Last-Value property are
              sent to a Last-Value queue, only the latest message will be kept in the queue:</para>
           <programlisting>
@@ -47,4 +48,5 @@
           <title>Example</title>
           <para>The <ulink url="../../../../examples/jms/last-value-queue/readme.html">Last-Value Queue example</ulink> shows
              how last value queues are configured and used with JMS.</para>
-       </section></chapter>
+       </section>
+</chapter>

Modified: trunk/examples/jms/expiry/readme.html
===================================================================
--- trunk/examples/jms/expiry/readme.html	2009-05-13 14:37:13 UTC (rev 6767)
+++ trunk/examples/jms/expiry/readme.html	2009-05-13 14:43:50 UTC (rev 6768)
@@ -19,9 +19,9 @@
      <h2>Example setup</h2>
      <p>Expiry destinations are defined as in the queue settings configuration file <a href="server0/jbm-queues.xml">jbm-queues.xml</a>:</p>
      <pre>
-         <code>&lt;address-settings match="jms.queue.exampleQueue"&gt;
+         <code>&lt;address-setting match="jms.queue.exampleQueue"&gt;
             &lt;expiry-address&gt;jms.queue.expiryQueue&lt;/expiry-address&gt;
-         &lt;/address-settings&gt;
+         &lt;/address-setting&gt;
          </code>
      </pre>          
      <p>This configuration will moved expired messages from the <code>exampleQueue</code> to the <code>expiryQueue</code></p>




More information about the jboss-cvs-commits mailing list