You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2013/02/06 12:24:25 UTC

svn commit: r849568 - in /websites/production/camel/content: book-pattern-appendix.html dead-letter-channel.html

Author: buildbot
Date: Wed Feb  6 11:24:25 2013
New Revision: 849568

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-pattern-appendix.html
    websites/production/camel/content/dead-letter-channel.html

Modified: websites/production/camel/content/book-pattern-appendix.html
==============================================================================
--- websites/production/camel/content/book-pattern-appendix.html (original)
+++ websites/production/camel/content/book-pattern-appendix.html Wed Feb  6 11:24:25 2013
@@ -446,7 +446,7 @@ from(<span class="code-quote">"activemq:
 
 <p><span class="image-wrap" style=""><img src="http://www.enterpriseintegrationpatterns.com/img/DeadLetterChannelSolution.gif" style="border: 0px solid black"></span></p>
 
-<div class="panelMacro"><table class="tipMacro"><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/check.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Difference between Dead Letter Channel and Default Error Handler</b><br clear="none">The major difference is that <a shape="rect" href="dead-letter-channel.html" title="Dead Letter Channel">Dead Letter Channel</a> has a dead letter queue that whenever an <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> could not be processed is moved to. It will <b>always</b> moved failed exchanges to this queue. 
+<div class="panelMacro"><table class="tipMacro"><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/check.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Difference between Dead Letter Channel and Default Error Handler</b><br clear="none">The major difference is that <a shape="rect" href="dead-letter-channel.html" title="Dead Letter Channel">Dead Letter Channel</a> has a dead letter queue that whenever an <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> could not be processed is moved to. It will <b>always</b> move failed exchanges to this queue. 
 
 <p>Unlike the <a shape="rect" href="defaulterrorhandler.html" title="DefaultErrorHandler">Default Error Handler</a> that does <b>not</b> have a dead letter queue. So whenever an <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> could not be processed the error is propagated back to the client.</p>
 

Modified: websites/production/camel/content/dead-letter-channel.html
==============================================================================
--- websites/production/camel/content/dead-letter-channel.html (original)
+++ websites/production/camel/content/dead-letter-channel.html Wed Feb  6 11:24:25 2013
@@ -81,7 +81,7 @@
 
 <p><span class="image-wrap" style=""><img src="http://www.enterpriseintegrationpatterns.com/img/DeadLetterChannelSolution.gif" style="border: 0px solid black"></span></p>
 
-<div class="panelMacro"><table class="tipMacro"><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/check.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Difference between Dead Letter Channel and Default Error Handler</b><br clear="none">The major difference is that <a shape="rect" href="dead-letter-channel.html" title="Dead Letter Channel">Dead Letter Channel</a> has a dead letter queue that whenever an <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> could not be processed is moved to. It will <b>always</b> moved failed exchanges to this queue. 
+<div class="panelMacro"><table class="tipMacro"><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/check.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Difference between Dead Letter Channel and Default Error Handler</b><br clear="none">The major difference is that <a shape="rect" href="dead-letter-channel.html" title="Dead Letter Channel">Dead Letter Channel</a> has a dead letter queue that whenever an <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> could not be processed is moved to. It will <b>always</b> move failed exchanges to this queue. 
 
 <p>Unlike the <a shape="rect" href="defaulterrorhandler.html" title="DefaultErrorHandler">Default Error Handler</a> that does <b>not</b> have a dead letter queue. So whenever an <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> could not be processed the error is propagated back to the client.</p>