Author: buildbot
Date: Tue Nov 12 17:19:28 2013
New Revision: 886339

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/content-enricher.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 Tue Nov 12 17:19:28 
2013
@@ -19803,6 +19803,10 @@ from("activemq:My.Queue").
 <p><tt>enrich</tt> uses a <tt>Producer</tt> to obtain the additional data. It 
is usually used for <a shape="rect" href="request-reply.html" title="Request 
Reply">Request Reply</a> messaging, for instance to invoke an external web 
service.<br clear="none">
 <tt>pollEnrich</tt> on the other hand uses a <a shape="rect" 
href="polling-consumer.html" title="Polling Consumer">Polling Consumer</a> to 
obtain the additional data. It is usually used for <a shape="rect" 
href="event-message.html" title="Event Message">Event Message</a> messaging, 
for instance to read a file or download a <a shape="rect" href="ftp2.html" 
title="FTP2">FTP</a> file.</p>
 
+<div class="panelMacro"><table class="warningMacro"><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/forbidden.gif"; 
width="16" height="16" alt="" border="0"></td><td colspan="1" 
rowspan="1"><b>Data from current Exchange not used</b><br 
clear="none"><tt>pollEnrich</tt> or <tt>enrich</tt> does <b>not</b> access any 
data from the current <a shape="rect" href="exchange.html" 
title="Exchange">Exchange</a> which means when polling it cannot use any of the 
existing headers you may have set on the <a shape="rect" href="exchange.html" 
title="Exchange">Exchange</a>. For example you cannot set a filename in the 
<tt>Exchange.FILE_NAME</tt> header and use <tt>pollEnrich</tt> to consume only 
that file. For that you <b>must</b> set the filename in the endpoint URI.
+
+<p>Instead of using <tt>enrich</tt> you can use <a shape="rect" 
href="recipient-list.html" title="Recipient List">Recipient List</a> and have 
dynamic endpoints and define an <tt>AggregationStrategy</tt> on the <a 
shape="rect" href="recipient-list.html" title="Recipient List">Recipient 
List</a> which then would work as a <tt>enrich</tt> would 
do.</p></td></tr></table></div>
+
 <h3><a shape="rect" name="BookInOnePage-EnrichOptions"></a>Enrich Options</h3>
 
 <div class="confluenceTableSmall"><div class="table-wrap">

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 Tue Nov 12 
17:19:28 2013
@@ -4735,6 +4735,10 @@ from("activemq:My.Queue").
 <p><tt>enrich</tt> uses a <tt>Producer</tt> to obtain the additional data. It 
is usually used for <a shape="rect" href="request-reply.html" title="Request 
Reply">Request Reply</a> messaging, for instance to invoke an external web 
service.<br clear="none">
 <tt>pollEnrich</tt> on the other hand uses a <a shape="rect" 
href="polling-consumer.html" title="Polling Consumer">Polling Consumer</a> to 
obtain the additional data. It is usually used for <a shape="rect" 
href="event-message.html" title="Event Message">Event Message</a> messaging, 
for instance to read a file or download a <a shape="rect" href="ftp2.html" 
title="FTP2">FTP</a> file.</p>
 
+<div class="panelMacro"><table class="warningMacro"><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/forbidden.gif"; 
width="16" height="16" alt="" border="0"></td><td colspan="1" 
rowspan="1"><b>Data from current Exchange not used</b><br 
clear="none"><tt>pollEnrich</tt> or <tt>enrich</tt> does <b>not</b> access any 
data from the current <a shape="rect" href="exchange.html" 
title="Exchange">Exchange</a> which means when polling it cannot use any of the 
existing headers you may have set on the <a shape="rect" href="exchange.html" 
title="Exchange">Exchange</a>. For example you cannot set a filename in the 
<tt>Exchange.FILE_NAME</tt> header and use <tt>pollEnrich</tt> to consume only 
that file. For that you <b>must</b> set the filename in the endpoint URI.
+
+<p>Instead of using <tt>enrich</tt> you can use <a shape="rect" 
href="recipient-list.html" title="Recipient List">Recipient List</a> and have 
dynamic endpoints and define an <tt>AggregationStrategy</tt> on the <a 
shape="rect" href="recipient-list.html" title="Recipient List">Recipient 
List</a> which then would work as a <tt>enrich</tt> would 
do.</p></td></tr></table></div>
+
 <h3><a shape="rect" name="BookPatternAppendix-EnrichOptions"></a>Enrich 
Options</h3>
 
 <div class="confluenceTableSmall"><div class="table-wrap">

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

Modified: websites/production/camel/content/content-enricher.html
==============================================================================
--- websites/production/camel/content/content-enricher.html (original)
+++ websites/production/camel/content/content-enricher.html Tue Nov 12 17:19:28 
2013
@@ -160,6 +160,10 @@ from("activemq:My.Queue").
 <p><tt>enrich</tt> uses a <tt>Producer</tt> to obtain the additional data. It 
is usually used for <a shape="rect" href="request-reply.html" title="Request 
Reply">Request Reply</a> messaging, for instance to invoke an external web 
service.<br clear="none">
 <tt>pollEnrich</tt> on the other hand uses a <a shape="rect" 
href="polling-consumer.html" title="Polling Consumer">Polling Consumer</a> to 
obtain the additional data. It is usually used for <a shape="rect" 
href="event-message.html" title="Event Message">Event Message</a> messaging, 
for instance to read a file or download a <a shape="rect" href="ftp2.html" 
title="FTP2">FTP</a> file.</p>
 
+<div class="panelMacro"><table class="warningMacro"><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/forbidden.gif"; 
width="16" height="16" alt="" border="0"></td><td colspan="1" 
rowspan="1"><b>Data from current Exchange not used</b><br 
clear="none"><tt>pollEnrich</tt> or <tt>enrich</tt> does <b>not</b> access any 
data from the current <a shape="rect" href="exchange.html" 
title="Exchange">Exchange</a> which means when polling it cannot use any of the 
existing headers you may have set on the <a shape="rect" href="exchange.html" 
title="Exchange">Exchange</a>. For example you cannot set a filename in the 
<tt>Exchange.FILE_NAME</tt> header and use <tt>pollEnrich</tt> to consume only 
that file. For that you <b>must</b> set the filename in the endpoint URI.
+
+<p>Instead of using <tt>enrich</tt> you can use <a shape="rect" 
href="recipient-list.html" title="Recipient List">Recipient List</a> and have 
dynamic endpoints and define an <tt>AggregationStrategy</tt> on the <a 
shape="rect" href="recipient-list.html" title="Recipient List">Recipient 
List</a> which then would work as a <tt>enrich</tt> would 
do.</p></td></tr></table></div>
+
 <h3><a shape="rect" name="ContentEnricher-EnrichOptions"></a>Enrich 
Options</h3>
 
 <div class="confluenceTableSmall"><div class="table-wrap">


Reply via email to