[jboss-cvs] JBoss Messaging SVN: r6366 - in trunk/examples/jms: expiry and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Apr 8 10:50:10 EDT 2009
Author: jmesnil
Date: 2009-04-08 10:50:10 -0400 (Wed, 08 Apr 2009)
New Revision: 6366
Modified:
trunk/examples/jms/dead-letter/readme.html
trunk/examples/jms/expiry/readme.html
Log:
Expiry and Dead Letter examples
* updated READMES with links for more information
Modified: trunk/examples/jms/dead-letter/readme.html
===================================================================
--- trunk/examples/jms/dead-letter/readme.html 2009-04-08 14:49:30 UTC (rev 6365)
+++ trunk/examples/jms/dead-letter/readme.html 2009-04-08 14:50:10 UTC (rev 6366)
@@ -25,6 +25,7 @@
<dead-letter-address>jms.queue.deadLetterQueue</dead-letter-address>
<max-delivery-attempts>3</max-delivery-attempts>
</address-settings>
+ </code>
</pre>
<p>This configuration will moved dead letter messages from <code>exampleQueue</code> to the <code>deadLetterQueue</code>.</p>
<p>JBoss Messaging allows to specify either a <code>Queue</code> by prefixing the <code>dead-letter-address</code> with <code>jms.queue.</code>
@@ -193,9 +194,12 @@
}
}</code>
</pre>
-
-
-
</ol>
+
+ <h2>More information</h2>
+
+ <ul>
+ <li>Dead letter address and delivery attempts are configured on a <a href="../../../docs/userguide/en/html/configuration.html#configuration.queues">queue-basis</a></li>
+ </ul>
</body>
</html>
\ No newline at end of file
Modified: trunk/examples/jms/expiry/readme.html
===================================================================
--- trunk/examples/jms/expiry/readme.html 2009-04-08 14:49:30 UTC (rev 6365)
+++ trunk/examples/jms/expiry/readme.html 2009-04-08 14:50:10 UTC (rev 6366)
@@ -1,6 +1,6 @@
<html>
<head>
- <title>JBoss Messaging JMS Expiration Example</title>
+ <title>JBoss Messaging Expiration Example</title>
<link rel="stylesheet" type="text/css" href="../common/common.css">
</head>
<body>
@@ -22,6 +22,7 @@
<code><address-settings match="jms.queue.exampleQueue">
<expiry-address>jms.queue.expiryQueue</expiry-address>
</address-settings>
+ </code>
</pre>
<p>This configuration will moved expired messages from the <code>exampleQueue</code> to the <code>expiryQueue</code></p>
<p>JBoss Messaging allows to specify either a <code>Queue</code> by prefixing the <code>expiry-address</code> with <code>jms.queue.</code>
@@ -173,8 +174,13 @@
}
}</code>
</pre>
-
-
</ol>
+
+ <h2>More information</h2>
+
+ <ul>
+ <li>Expiry address is <a href="../../../docs/userguide/en/html/configuration.html#configuration.queues">configured on a queue-basis</a></li>
+ <li>Expiry scan period and thread priority are <a href="../../../docs/userguide/en/html/configuration.html#configuration.main">configured at the server level</a></li>
+ </ul>
</body>
</html>
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list