Author: buildbot
Date: Fri Apr 12 11:18:12 2013
New Revision: 858222

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/exception-clause.html

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/exception-clause.html
==============================================================================
--- websites/production/camel/content/exception-clause.html (original)
+++ websites/production/camel/content/exception-clause.html Fri Apr 12 11:18:12 
2013
@@ -180,9 +180,7 @@ onException(FileNotFoundException.class)
 
 <h3><a shape="rect" 
name="ExceptionClause-ConfiguringRedeliveryPolicy%28redeliveroptions%29"></a>Configuring
 RedeliveryPolicy (redeliver options)</h3>
 
-<p><a shape="rect" class="external-link" 
href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/processor/RedeliveryPolicy.html";>RedeliveryPolicy</a>
 requires to use the <a shape="rect" href="dead-letter-channel.html" 
title="Dead Letter Channel">Dead Letter Channel</a> as the <a shape="rect" 
href="error-handler.html" title="Error Handler">Error Handler</a>.</p>
-
-<p>The default error handler used in Camel is the <a shape="rect" 
href="dead-letter-channel.html" title="Dead Letter Channel">Dead Letter 
Channel</a> which supports attempting to redeliver the message exchange a 
number of times before sending it to a dead letter endpoint. See <a 
shape="rect" href="dead-letter-channel.html" title="Dead Letter Channel">Dead 
Letter Channel</a> for further information about redeliver and which redeliver 
options exists.</p>
+<p><a shape="rect" class="external-link" 
href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/processor/RedeliveryPolicy.html";>RedeliveryPolicy</a>
 requires to use the <a shape="rect" href="dead-letter-channel.html" 
title="Dead Letter Channel">Dead Letter Channel</a> as the <a shape="rect" 
href="error-handler.html" title="Error Handler">Error Handler</a>. Dead Letter 
Channel supports attempting to redeliver the message exchange a number of times 
before sending it to a dead letter endpoint. See <a shape="rect" 
href="dead-letter-channel.html" title="Dead Letter Channel">Dead Letter 
Channel</a> for further information about redeliver and which redeliver options 
exists.</p>
 
 <div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col 
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" 
valign="top"><img align="middle" 
src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif";
 width="16" height="16" alt="" border="0"></td><td colspan="1" 
rowspan="1"><b>No redelivery is default for onException</b><br clear="none">By 
default any <a shape="rect" href="exception-clause.html" title="Exception 
Clause">Exception Clause</a> will <b>not</b> redeliver! (as it sets the 
<tt>maximumRedeliveries</tt> option to 0).</td></tr></table></div>
 


Reply via email to