Author: buildbot
Date: Sat Nov 17 04:26:59 2012
New Revision: 838664

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/book-pattern-appendix.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/dead-letter-channel.html

Modified: websites/production/camel/content/book-in-one-page.html
==============================================================================
--- websites/production/camel/content/book-in-one-page.html (original)
+++ websites/production/camel/content/book-in-one-page.html Sat Nov 17 04:26:59 
2012
@@ -14772,7 +14772,7 @@ errorHandler(deadLetterChannel(<span cla
        .to(<span class="code-quote">"bean:handleOrder"</span>);
 </pre>
 </div></div>
-<p>The route listen for JMS messages and validates, transforms and handle it. 
During this the <a shape="rect" href="exchange.html" 
title="Exchange">Exchange</a> payload is transformed/modified. So in case 
something goes wrong and we want to move the message to another JMS 
destination, then we can configure our <a shape="rect" 
href="dead-letter-channel.html" title="Dead Letter Channel">Dead Letter 
Channel</a> with the <b>useOriginalBody</b> option. But when we move the <a 
shape="rect" href="exchange.html" title="Exchange">Exchange</a> to this 
destination we do not know in which state the message is in. Did the error 
happen in before the transformOrder or after? So to be sure we want to move the 
original input message we received from <tt>jms:queue:order:input</tt>. So we 
can do this by enabling the <b>useOriginalMessage</b> option as shown below:</p>
+<p>The route listen for JMS messages and validates, transforms and handle it. 
During this the <a shape="rect" href="exchange.html" 
title="Exchange">Exchange</a> payload is transformed/modified. So in case 
something goes wrong and we want to move the message to another JMS 
destination, then we can configure our <a shape="rect" 
href="dead-letter-channel.html" title="Dead Letter Channel">Dead Letter 
Channel</a> with the <b>useOriginalMessage</b> option. But when we move the <a 
shape="rect" href="exchange.html" title="Exchange">Exchange</a> to this 
destination we do not know in which state the message is in. Did the error 
happen in before the transformOrder or after? So to be sure we want to move the 
original input message we received from <tt>jms:queue:order:input</tt>. So we 
can do this by enabling the <b>useOriginalMessage</b> option as shown below:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
 <pre class="code-java">
     <span class="code-comment">// will use original body

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 Sat Nov 17 
04:26:59 2012
@@ -514,7 +514,7 @@ errorHandler(deadLetterChannel(<span cla
        .to(<span class="code-quote">"bean:handleOrder"</span>);
 </pre>
 </div></div>
-<p>The route listen for JMS messages and validates, transforms and handle it. 
During this the <a shape="rect" href="exchange.html" 
title="Exchange">Exchange</a> payload is transformed/modified. So in case 
something goes wrong and we want to move the message to another JMS 
destination, then we can configure our <a shape="rect" 
href="dead-letter-channel.html" title="Dead Letter Channel">Dead Letter 
Channel</a> with the <b>useOriginalBody</b> option. But when we move the <a 
shape="rect" href="exchange.html" title="Exchange">Exchange</a> to this 
destination we do not know in which state the message is in. Did the error 
happen in before the transformOrder or after? So to be sure we want to move the 
original input message we received from <tt>jms:queue:order:input</tt>. So we 
can do this by enabling the <b>useOriginalMessage</b> option as shown below:</p>
+<p>The route listen for JMS messages and validates, transforms and handle it. 
During this the <a shape="rect" href="exchange.html" 
title="Exchange">Exchange</a> payload is transformed/modified. So in case 
something goes wrong and we want to move the message to another JMS 
destination, then we can configure our <a shape="rect" 
href="dead-letter-channel.html" title="Dead Letter Channel">Dead Letter 
Channel</a> with the <b>useOriginalMessage</b> option. But when we move the <a 
shape="rect" href="exchange.html" title="Exchange">Exchange</a> to this 
destination we do not know in which state the message is in. Did the error 
happen in before the transformOrder or after? So to be sure we want to move the 
original input message we received from <tt>jms:queue:order:input</tt>. So we 
can do this by enabling the <b>useOriginalMessage</b> option as shown below:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
 <pre class="code-java">
     <span class="code-comment">// will use original body

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

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 Sat Nov 17 
04:26:59 2012
@@ -149,7 +149,7 @@ errorHandler(deadLetterChannel(<span cla
        .to(<span class="code-quote">"bean:handleOrder"</span>);
 </pre>
 </div></div>
-<p>The route listen for JMS messages and validates, transforms and handle it. 
During this the <a shape="rect" href="exchange.html" 
title="Exchange">Exchange</a> payload is transformed/modified. So in case 
something goes wrong and we want to move the message to another JMS 
destination, then we can configure our <a shape="rect" 
href="dead-letter-channel.html" title="Dead Letter Channel">Dead Letter 
Channel</a> with the <b>useOriginalBody</b> option. But when we move the <a 
shape="rect" href="exchange.html" title="Exchange">Exchange</a> to this 
destination we do not know in which state the message is in. Did the error 
happen in before the transformOrder or after? So to be sure we want to move the 
original input message we received from <tt>jms:queue:order:input</tt>. So we 
can do this by enabling the <b>useOriginalMessage</b> option as shown below:</p>
+<p>The route listen for JMS messages and validates, transforms and handle it. 
During this the <a shape="rect" href="exchange.html" 
title="Exchange">Exchange</a> payload is transformed/modified. So in case 
something goes wrong and we want to move the message to another JMS 
destination, then we can configure our <a shape="rect" 
href="dead-letter-channel.html" title="Dead Letter Channel">Dead Letter 
Channel</a> with the <b>useOriginalMessage</b> option. But when we move the <a 
shape="rect" href="exchange.html" title="Exchange">Exchange</a> to this 
destination we do not know in which state the message is in. Did the error 
happen in before the transformOrder or after? So to be sure we want to move the 
original input message we received from <tt>jms:queue:order:input</tt>. So we 
can do this by enabling the <b>useOriginalMessage</b> option as shown below:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
 <pre class="code-java">
     <span class="code-comment">// will use original body


Reply via email to