You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2010/11/03 17:17:46 UTC

svn commit: r1030516 - /james/server/trunk/src/site/xdoc/feature_queue_priority.xml

Author: eric
Date: Wed Nov  3 16:17:46 2010
New Revision: 1030516

URL: http://svn.apache.org/viewvc?rev=1030516&view=rev
Log:
Precise the usage of priority in queues.

Modified:
    james/server/trunk/src/site/xdoc/feature_queue_priority.xml

Modified: james/server/trunk/src/site/xdoc/feature_queue_priority.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/feature_queue_priority.xml?rev=1030516&r1=1030515&r2=1030516&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/feature_queue_priority.xml (original)
+++ james/server/trunk/src/site/xdoc/feature_queue_priority.xml Wed Nov  3 16:17:46 2010
@@ -42,6 +42,18 @@
     <p>Default priority if no MAIL_PRIORITY attribute set is NORMAL_PRIORITY.</p>
     
   </section>
+  
+  <section name="Usage Scenario">
+  
+    <p>There are two scenarios to set priority in the queue.</p>
+    <ul>
+      <li>Write a <a href="dev_extend_hook_smtp.html">SMTP hook</a> which sets the header 
+         and add the hook to smtphandler chain.</li>
+      <li>You could also add the header in a mailet to let remotedelivery 
+          pick it up again on redelivery.</li>
+    </ul>
+  
+  </section>
 
 </body>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org