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 2017/01/30 23:19:05 UTC

svn commit: r1005946 [1/3] - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache dataset.html sql-component.html

Author: buildbot
Date: Mon Jan 30 23:19:04 2017
New Revision: 1005946

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-component-appendix.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/dataset.html
    websites/production/camel/content/sql-component.html

Modified: websites/production/camel/content/book-component-appendix.html
==============================================================================
--- websites/production/camel/content/book-component-appendix.html (original)
+++ websites/production/camel/content/book-component-appendix.html Mon Jan 30 23:19:04 2017
@@ -621,8 +621,8 @@ cometds://localhost:8443/service/mychann
  <div class="confluence-information-macro-body">
   <p>When using CXF in streaming modes (see DataFormat option), then also read about <a shape="rect" href="stream-caching.html">Stream caching</a>.</p>
  </div>
-</div><p>The <strong>cxf:</strong> component provides integration with <a shape="rect" href="http://cxf.apache.org">Apache CXF</a> for connecting to JAX-WS services hosted in CXF.</p><p><style type="text/css">/**/ div.rbtoc1485811230804 {padding: 0px;} div.rbtoc1485811230804 ul {list-style: disc;margin-left: 0px;} div.rbtoc1485811230804 li {margin-left: 0px;padding-left: 0px;} /**/</style>
- </p><div class="toc-macro rbtoc1485811230804"> 
+</div><p>The <strong>cxf:</strong> component provides integration with <a shape="rect" href="http://cxf.apache.org">Apache CXF</a> for connecting to JAX-WS services hosted in CXF.</p><p><style type="text/css">/**/ div.rbtoc1485818260800 {padding: 0px;} div.rbtoc1485818260800 ul {list-style: disc;margin-left: 0px;} div.rbtoc1485818260800 li {margin-left: 0px;padding-left: 0px;} /**/</style>
+ </p><div class="toc-macro rbtoc1485818260800"> 
   <ul class="toc-indentation"><li><a shape="rect" href="#BookComponentAppendix-CXFComponent">CXF Component</a> 
     <ul class="toc-indentation"><li><a shape="rect" href="#BookComponentAppendix-URIformat">URI format</a></li><li><a shape="rect" href="#BookComponentAppendix-Options">Options</a> 
       <ul class="toc-indentation"><li><a shape="rect" href="#BookComponentAppendix-Thedescriptionsofthedataformats">The descriptions of the dataformats</a> 
@@ -936,33 +936,37 @@ cometds://localhost:8443/service/mychann
  <div class="codeContent panelContent pdl"> 
   <script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter">dataset:name[?options] </script> 
  </div>
-</div><p>Where <strong>name</strong> is used to find the <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/component/dataset/DataSet.html">DataSet instance</a> in the <a shape="rect" href="registry.html">Registry</a></p><p>Camel ships with a support implementation of <code>org.apache.camel.component.dataset.DataSet</code>, the <code>org.apache.camel.component.dataset.DataSetSupport</code> class, that can be used as a base for implementing your own DataSet. Camel also ships with some implementations that can be used for testing: &#160;<code>org.apache.camel.component.dataset.SimpleDataSet</code>,&#160;<code><span>org.apache.camel.component.dataset.ListDataSet</span></code><span> and&#160;</span><code><span><span>org.apache.camel.component.dataset.FileDataSet</span></span></code><span><span>, all of which extend <code>DataSetSupport</code>.</span></span></p><h3 id="BookComponentAppendix-Options.10">Options</h3><div cl
 ass="confluenceTableSmall">
+</div><p>Where <strong><code>name</code></strong> is used to find the <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/component/dataset/DataSet.html">DataSet instance</a> in the <a shape="rect" href="registry.html">Registry</a></p><p>Camel ships with a support implementation of <strong><code>org.apache.camel.component.dataset.DataSet</code></strong>, the <strong><code>org.apache.camel.component.dataset.DataSetSupport</code></strong> class, that can be used as a base for implementing your own <strong><code>DataSet</code></strong>.</p><p>Camel also ships with some implementations that can be used for testing: &#160;</p><ul><li><strong><code>org.apache.camel.component.dataset.SimpleDataSet</code></strong></li><li><strong><code>org.apache.camel.component.dataset.ListDataSet</code></strong><span> <br clear="none"></span></li><li><strong><code>org.apache.camel.component.dataset.FileDataSet</code></strong><span><span><br
  clear="none"></span></span></li></ul><p><span><span>all of which extend <strong><code>DataSetSupport</code></strong>.</span></span></p><h3 id="BookComponentAppendix-Options.10">Options</h3><div class="confluenceTableSmall">
  <div class="table-wrap"> 
-  <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Option</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Default</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>produceDelay</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>3</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Allows a delay in ms to be specified, which causes producers to pause in order to simulate slow producers. Uses a minimum of 3 ms delay unless you set this option to -1 to force no delay at all.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>consumeDelay</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Allows a delay in ms to be specified, which causes consumers to pause in order to simulate slow consumers.</p></td></tr><tr><
 td colspan="1" rowspan="1" class="confluenceTd"><p><code>preloadSize</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Sets how many messages should be preloaded (sent) before the route completes its initialization.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>initialDelay</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>1000</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>Camel 2.1:</strong> Time period in millis to wait before starting sending messages.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>minRate</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Wait until the DataSet contains at least this number of messages</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><code>dataSetIndex</code></td><td colspan="1" r
 owspan="1" class="confluenceTd"><code>lenient</code></td><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>Camel 2.17:</strong> Controls the behavior of the <em>CamelDataSetIndex</em> header. The supported values are <code>strict</code>, <code>lenient</code> and <code>off</code>. The default behavior prior to <strong>Camel 2.17</strong> can be restored using <code><span>dataSetIndex</span>=strict</code></p><p>For consumers:<br clear="none"> - <code>strict</code> or <code>lenient</code> =&gt; The <em>CamelDataSetIndex</em> header will always be set<br clear="none"> - <code>off</code> =&gt; The <em>CamelDataSetIndex</em> header will not be set</p><p>For producers:<br clear="none"> - <code>strict</code> =&gt; The <em>CamelDataSetIndex</em> header must be present and the value of the header will be verified<br clear="none"> - <code>lenient</code> =&gt; If the <em>CamelDataSetIndex</em> header is present, the value of the header will be verified. If the header is not present, i
 t will be set.<br clear="none"> - <code>off</code> =&gt;&#160;If the <em>CamelDataSetIndex</em> header is present, the value of the header will not be verified. If the header is not present, it will not be set.</p></td></tr></tbody></table> 
+  <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Option</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Default</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>produceDelay</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>3</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Allows a delay in ms to be specified, which causes producers to pause in order to simulate slow producers.</p><p>Uses a minimum of&#160;<strong><code>3ms</code></strong> delay. Set to&#160;<strong><code>-1</code></strong> to force no delay at all.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>consumeDelay</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>0</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Allows a delay in ms to be specified, which ca
 uses consumers to pause in order to simulate slow consumers.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>preloadSize</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>0</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Sets how many messages should be pre-loaded (sent) before the route completes its initialization.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>initialDelay</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>1000</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>Camel 2.1:</strong> Time period in milliseconds to wait before starting sending messages.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>minRate</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>0</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Wait until the&#160;<strong><code>DataSet</code></str
 ong> contains at least this number of messages.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><code>dataSetIndex</code></td><td colspan="1" rowspan="1" class="confluenceTd"><code>lenient</code></td><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>Camel 2.17:</strong> Controls the behavior of the&#160;<strong><code>CamelDataSetIndex</code></strong> header.</p><p>The supported values are:</p> 
+      <ul><li><strong><code>strict</code></strong></li><li><strong><code>lenient</code></strong></li><li><strong><code>off</code></strong></li></ul><p>The default behavior prior to <strong>Camel 2.17</strong> can be restored using <strong><code>dataSetIndex=strict</code></strong>.</p> 
+      <div class="table-wrap"> 
+       <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Client Type</th><th colspan="1" rowspan="1" class="confluenceTh"><code>dataSetIndex</code>&#160;Value</th><th colspan="1" rowspan="1" class="confluenceTh"><strong><code>CamelDataSetIndex</code></strong> Header Behavior</th></tr><tr><td colspan="1" rowspan="3" class="confluenceTd">Consumer<br clear="none"><br clear="none"></td><td colspan="1" rowspan="1" class="confluenceTd"><code>strict</code></td><td colspan="1" rowspan="2" class="confluenceTd" style="text-align: left;">The header will always be set.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><code>lenient</code></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><code>off</code></td><td colspan="1" rowspan="1" class="confluenceTd">The header will NOT be set.</td></tr><tr><td colspan="1" rowspan="3" class="confluenceTd">Producer<br clear="none"><br clear="none"></td><td colspan="1" rowspan="1" class="confl
 uenceTd"><code>strict</code></td><td colspan="1" rowspan="1" class="confluenceTd">The header must be present and the value of the header will be verified.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><code>lenient</code></td><td colspan="1" rowspan="1" class="confluenceTd">If the header is present, the value of the header will be verified. If the header is not present, it will be set.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><code>off</code></td><td colspan="1" rowspan="1" class="confluenceTd">If the header is present, the value of the header will not be verified. If the header is not present, it will not be set.</td></tr></tbody></table> 
+      </div></td></tr></tbody></table> 
  </div>
-</div><p>You can append query options to the URI in the following format, <code>?option=value&amp;option=value&amp;...</code></p><h3 id="BookComponentAppendix-ConfiguringDataSet">Configuring DataSet</h3><p>Camel will lookup in the <a shape="rect" href="registry.html">Registry</a> for a bean implementing the DataSet interface. So you can register your own DataSet as:</p><div class="code panel pdl" style="border-width: 1px;">
+</div><p>You can append query options to the URI in the following format: <strong><code>?option=value&amp;option=value&amp;...</code></strong></p><h3 id="BookComponentAppendix-ConfiguringDataSet">Configuring DataSet</h3><p>Camel will lookup in the <a shape="rect" href="registry.html">Registry</a> for a bean implementing the&#160;<strong><code>DataSet</code></strong> interface. So you can register your own&#160;<strong><code>DataSet</code></strong> as:</p><div class="code panel pdl" style="border-width: 1px;">
  <div class="codeContent panelContent pdl"> 
-  <script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter"> &amp;lt;bean id=&amp;quot;myDataSet&amp;quot; class=&amp;quot;com.mycompany.MyDataSet&amp;quot;&amp;gt; &amp;lt;property name=&amp;quot;size&amp;quot; value=&amp;quot;100&amp;quot;/&amp;gt; &amp;lt;/bean&amp;gt; </script> 
+  <script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter">&amp;lt;bean id=&amp;quot;myDataSet&amp;quot; class=&amp;quot;com.mycompany.MyDataSet&amp;quot;&amp;gt; &amp;lt;property name=&amp;quot;size&amp;quot; value=&amp;quot;100&amp;quot;/&amp;gt; &amp;lt;/bean&amp;gt; </script> 
  </div>
 </div><h3 id="BookComponentAppendix-Example.1">Example</h3><p>For example, to test that a set of messages are sent to a queue and then consumed from the queue without losing any messages:</p><div class="code panel pdl" style="border-width: 1px;">
  <div class="codeContent panelContent pdl"> 
-  <script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter">// send the dataset to a queue from(&amp;quot;dataset:foo&amp;quot;).to(&amp;quot;activemq:SomeQueue&amp;quot;); // now lets test that the messages are consumed correctly from(&amp;quot;activemq:SomeQueue&amp;quot;).to(&amp;quot;dataset:foo&amp;quot;); </script> 
+  <script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter">// Send the dataset to a queue from(&amp;quot;dataset:foo&amp;quot;) .to(&amp;quot;activemq:SomeQueue&amp;quot;); // Now lets test that the messages are consumed correctly from(&amp;quot;activemq:SomeQueue&amp;quot;) .to(&amp;quot;dataset:foo&amp;quot;); </script> 
  </div>
-</div><p>The above would look in the <a shape="rect" href="registry.html">Registry</a> to find the <strong>foo</strong> DataSet instance which is used to create the messages.</p><p>Then you create a DataSet implementation, such as using the <code>SimpleDataSet</code> as described below, configuring things like how big the data set is and what the messages look like etc. &#160;</p><p>&#160;</p><h2 id="BookComponentAppendix-DataSetSupport(abstractclass)"><code>DataSetSupport</code>&#160;(abstract class)</h2><p>The DataSetSupport abstract class is a nice starting point for new DataSets, and provides some useful features to derived classes.</p><h3 id="BookComponentAppendix-PropertiesonDataSetSupport">Properties on DataSetSupport</h3><div class="confluenceTableSmall">
+</div><p>The above would look in the <a shape="rect" href="registry.html">Registry</a> to find the&#160;<strong><code>foo</code></strong>&#160;<strong><code>DataSet</code></strong> instance which is used to create the messages. Then you create a <strong>DataSet</strong> implementation, such as using the <strong><code>SimpleDataSet</code></strong> as described below, configuring things like how big the data set is and what the messages look like etc. &#160;</p><p>&#160;</p><h2 id="BookComponentAppendix-DataSetSupport(abstractclass)"><strong><code>DataSetSupport</code></strong>&#160;(abstract class)</h2><p>The&#160;<strong><code>DataSetSupport</code></strong> abstract class is a nice starting point for new DataSets, and provides some useful features to derived classes.</p><h3 id="BookComponentAppendix-PropertiesonDataSetSupport">Properties on&#160;<code>DataSetSupport</code></h3><div class="confluenceTableSmall">
  <div class="table-wrap"> 
-  <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Property</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Type</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Default</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>defaultHeaders</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>Map&lt;String,Object&gt;</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Specifies the default message body. For SimpleDataSet it is a constant payload; though if you want to create custom payloads per message, create your own derivation of <code>DataSetSupport</code>.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>outputTransformer</code></p></td><td colspan="1" rowspan="1" class="confluenceTd">
 <p><code>org.apache.camel.Processor</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><span style="font-family: monospace;">null</span></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>size</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>long</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>10</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Specifies how many messages to send/consume.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><code>reportCount</code></td><td colspan="1" rowspan="1" class="confluenceTd"><code>long</code></td><td colspan="1" rowspan="1" class="confluenceTd"><code>-1</code></td><td colspan="1" rowspan="1" class="confluenceTd"><span>Specifies the number of messages to be received before reporting progress. Useful for showing progress of a large load test. If &lt; 0, then 
 </span><code>size</code><span> / 5, if is 0 then </span><code>size</code><span>, else set to </span><code>reportCount</code><span> value.</span></td></tr></tbody></table> 
+  <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Property</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Type</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Default</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>defaultHeaders</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>Map&lt;String,Object&gt;</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Specifies the default message body.</p><p>For&#160;<strong><code>SimpleDataSet</code></strong> it is a constant payload; though if you want to create custom payloads per message, create your own derivation of <strong><code>DataSetSupport</code></strong>.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>outputTransformer</code>
 </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>org.apache.camel.Processor</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><span style="font-family: monospace;">null</span></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>size</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>long</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>10</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Specifies how many messages to send/consume.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><code>reportCount</code></td><td colspan="1" rowspan="1" class="confluenceTd"><code>long</code></td><td colspan="1" rowspan="1" class="confluenceTd"><code>-1</code></td><td colspan="1" rowspan="1" class="confluenceTd"><p><span>Specifies the number of messages to be received before reporting progress. Usefu
 l for showing progress of a large load test. </span></p><p><span>If &lt; 0, then </span><strong><code>size</code></strong><span><strong> / 5</strong></span></p><p><span>If == 0 then </span><strong><code>size</code></strong><span>&#160;</span></p><p><span>Else set to </span><strong><code>reportCount</code></strong><span> value.</span></p></td></tr></tbody></table> 
  </div>
-</div><h3 id="BookComponentAppendix-SimpleDataSet"><code>SimpleDataSet</code></h3><p>The <code>SimpleDataSet</code> extends <code>DataSetSupport</code>, and adds a default body.</p><h3 id="BookComponentAppendix-AdditionalPropertiesonSimpleDataSet">Additional Properties on SimpleDataSet</h3><div class="confluenceTableSmall">
+</div><h3 id="BookComponentAppendix-SimpleDataSet"><code>SimpleDataSet</code></h3><p>The <strong><code>SimpleDataSet</code></strong> extends <strong><code>DataSetSupport</code></strong>, and adds a default body.</p><h3 id="BookComponentAppendix-AdditionalPropertiesonSimpleDataSet">Additional Properties on SimpleDataSet</h3><div class="confluenceTableSmall">
  <div class="table-wrap"> 
-  <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Property</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Type</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Default</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>defaultBody</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>Object</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>&lt;hello&gt;world!&lt;/hello&gt;</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Specifies the default message body. By default, the <code>SimpleDataSet</code> produces the same constant payload for each exchange. If you want to customize the payload for each exchange, create a Camel <code>Processor</code> and configure the <code>SimpleDataSet</code> to use it by setting the <code>outputTransformer</code> property.</p></td>
 </tr></tbody></table> 
+  <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Property</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Type</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Default</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>defaultBody</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>Object</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>&lt;hello&gt;world!&lt;/hello&gt;</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Specifies the default message body. By default, the <strong><code>SimpleDataSet</code></strong> produces the same constant payload for each exchange. If you want to customize the payload for each exchange, create a Camel <strong><code>Processor</code></strong> and configure the <strong><code>SimpleDataSet</code></strong> to use it by setting th
 e <strong><code>outputTransformer</code></strong> property.</p></td></tr></tbody></table> 
  </div>
-</div><h3 id="BookComponentAppendix-ListDataSet(Camel2.17)"><code>ListDataSet (Camel 2.17)</code></h3><p>The List<code>DataSet</code>&#160;extends&#160;<code>DataSetSupport</code>, and adds a list of default bodies.</p><h3 id="BookComponentAppendix-AdditionalPropertiesonListDataSet">Additional Properties on ListDataSet</h3><div class="confluenceTableSmall">
+</div><h3 id="BookComponentAppendix-ListDataSet(Camel2.17)"><code>ListDataSet (Camel 2.17)</code></h3><p>The&#160;<strong><code>ListDataSet</code></strong> extends&#160;<strong><code>DataSetSupport</code></strong>, and adds a list of default bodies.</p><h3 id="BookComponentAppendix-AdditionalPropertiesonListDataSet">Additional Properties on ListDataSet</h3><div class="confluenceTableSmall">
  <div class="table-wrap"> 
-  <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Property</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Type</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Default</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>defaultBodies</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>List&lt;Object&gt;</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>empty LinkedList&lt;Object&gt;</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Specifies the default message body. By default, the <code>ListDataSet</code><span> selects a constant payload from the list of <code>defaultBodies</code> using the <code>CamelDataSetIndex</code>. If you want to customize the payload, create a Camel </span><code>Processor</code> and configure the <code>ListDataSet</code><span> to use 
 it by setting the </span><code>outputTransformer</code><span> property.</span></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>size</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>long</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>the size of the defaultBodies list</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><span>Specifies how many messages to send/consume. This value can be different from the size of the <code>defaultBodies</code> list. If the value is less than the size of the <code>defaultBodies</code> list, some of the list elements will not be used. If the value is greater than the size of the <code>defaultBodies</code> list, the payload for the exchange will be selected using the modulus of the <code>CamelDataSetIndex</code> and the size of the <code>defaultBodies</code> list (i.e. <code>CamelDataSetIndex % defaultBodies.size()</code> )</span></p></td></tr></tbody></table> 
+  <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Property</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Type</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Default</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>defaultBodies</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>List&lt;Object&gt;</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>empty LinkedList&lt;Object&gt;</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Specifies the default message body. By default, the <strong><code>ListDataSet</code></strong><span> selects a constant payload from the list of <strong><code>defaultBodies</code></strong> using the <strong><code>CamelDataSetIndex</code></strong>. If you want to customize the payload, create a Camel </span><strong><code>Processor</cod
 e></strong> and configure the <strong><code>ListDataSet</code></strong><span> to use it by setting the </span><strong><code>outputTransformer</code></strong><span> property.</span></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>size</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>long</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>the size of the&#160;<strong><code>defaultBodies</code></strong> list</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><span>Specifies how many messages to send/consume. This value can be different from the size of the <strong><code>defaultBodies</code></strong> list. If the value is less than the size of the <strong><code>defaultBodies</code></strong> list, some of the list elements will not be used. If the value is greater than the size of the <strong><code>defaultBodies</code></strong> list, the payload for the exchange will be selected using the modulus of the <strong><
 code>CamelDataSetIndex</code></strong> and the size of the <strong><code>defaultBodies</code></strong> list (i.e. <code><strong>CamelDataSetIndex</strong> <strong>% defaultBodies.size()</strong></code> )</span></p></td></tr></tbody></table> 
  </div>
-</div><h3 id="BookComponentAppendix-FileDataSet(Camel2.17)"><code>FileDataSet (Camel 2.17)</code></h3><p>The&#160;<code>SimpleDataSet</code>&#160;extends <code>ListDataSet</code>, and adds support for loading the bodies from a file.</p><h3 id="BookComponentAppendix-AdditionalPropertiesonFileDataSet">Additional Properties on FileDataSet</h3><div class="confluenceTableSmall">
+</div><h3 id="BookComponentAppendix-FileDataSet(Camel2.17)"><code>FileDataSet (Camel 2.17)</code></h3><p>The&#160;<strong><code>SimpleDataSet</code></strong>&#160;extends <strong><code>ListDataSet</code></strong>, and adds support for loading the bodies from a file.</p><h3 id="BookComponentAppendix-AdditionalPropertiesonFileDataSet">Additional Properties on&#160;<code>FileDataSet</code></h3><div class="confluenceTableSmall">
  <div class="table-wrap"> 
-  <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Property</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Type</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Default</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>sourceFile</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>File</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><span style="font-family: monospace;">null</span></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Specifies the source file for payloads</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>delimiter</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>String</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><span style="font-family: monospace;">\z</span></p></td><td colspan="1" row
 span="1" class="confluenceTd"><p>Specifies the delimiter pattern used by a <code>java.util.Scanner</code> to split the file into multiple payloads.</p></td></tr></tbody></table> 
+  <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Property</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Type</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Default</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>sourceFile</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>File</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><span style="font-family: monospace;">null</span></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Specifies the source file for payloads</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>delimiter</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>String</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><span style="font-family: monospace;">\z</span></p></td><td colspan="1" row
 span="1" class="confluenceTd"><p>Specifies the delimiter pattern used by a <strong><code>java.util.Scanner</code></strong> to split the file into multiple payloads.</p></td></tr></tbody></table> 
  </div>
 </div><p></p><h3 id="BookComponentAppendix-SeeAlso.10">See Also</h3> 
  <ul><li><a shape="rect" href="configuring-camel.html">Configuring Camel</a></li><li><a shape="rect" href="component.html">Component</a></li><li><a shape="rect" href="endpoint.html">Endpoint</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li></ul><ul><li><a shape="rect" href="spring-testing.html">Spring Testing</a></li></ul><h2 id="BookComponentAppendix-Db4oComponent">Db4o Component</h2><p><strong>Available as of Camel 2.5</strong></p><p>The <strong>db4o:</strong> component allows you to work with <a shape="rect" class="external-link" href="http://www.db4o.com" rel="nofollow">db4o</a> NoSQL database. The camel-db4o library is provided by the <a shape="rect" class="external-link" href="http://code.google.com/p/camel-extra/" rel="nofollow">Camel Extra</a> project which hosts all *GPL related components for Camel.</p><h3 id="BookComponentAppendix-Sendingtotheendpoint">Sending to the endpoint</h3><p>Sending POJO object to the db4o endpoint adds and saves obj
 ect into the database. The body of the message is assumed to be a POJO that has to be saved into the db40 database store.</p><h3 id="BookComponentAppendix-Consumingfromtheendpoint">Consuming from the endpoint</h3><p>Consuming messages removes (or updates) POJO objects in the database. This allows you to use a Db4o datastore as a logical queue; consumers take messages from the queue and then delete them to logically remove them from the queue.</p><p>If you do not wish to delete the object when it has been processed, you can specify <code>consumeDelete=false</code> on the URI. This will result in the POJO being processed each poll.</p><h3 id="BookComponentAppendix-URIformat.14">URI format</h3><div class="code panel pdl" style="border-width: 1px;">
@@ -5787,48 +5791,80 @@ test.endpoint = result2</pre>
  <p class="title">Abstract class</p>
  <span class="aui-icon aui-icon-small aui-iconfont-approve confluence-information-macro-icon"></span>
  <div class="confluence-information-macro-body">
-  &#160;
+  &#160;From Camel 2.9 onwards there is an abstract class&#160;
+  <code>org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository</code>&#160;you can extend to build custom JDBC idempotent repository.
  </div>
-</div><p>From Camel 2.9 onwards there is an abstract class <code>org.apache.camel.processor.idempotent.jdbc.AbstractJdbcMessageIdRepository</code> you can extend to build custom JDBC idempotent repository.</p><p>&#160;</p><p>First we have to create the database table which will be used by the idempotent repository. For <strong>Camel 2.7</strong>, we use the following schema:</p><div class="code panel pdl" style="border-width: 1px;">
+</div><p>First we have to create the database table which will be used by the idempotent repository. For <strong>Camel 2.7</strong>, we use the following schema:</p><div class="code panel pdl" style="border-width: 1px;">
  <div class="codeContent panelContent pdl"> 
-  <script class="brush: sql; gutter: false; theme: Default" type="syntaxhighlighter">&nbsp;</script> 
+  <script class="brush: sql; gutter: false; theme: Default" type="syntaxhighlighter">CREATE TABLE CAMEL_MESSAGEPROCESSED ( processorName VARCHAR(255), messageId VARCHAR(100) )&nbsp;</script> 
  </div>
-</div><p>CREATE TABLE CAMEL_MESSAGEPROCESSED ( processorName VARCHAR(255), messageId VARCHAR(100) )</p><p>&#160;</p><p>In <strong>Camel 2.8</strong>, we added the createdAt column:</p><div class="code panel pdl" style="border-width: 1px;">
+</div><p>In <strong>Camel 2.8</strong>, we added the createdAt column:</p><div class="code panel pdl" style="border-width: 1px;">
  <div class="codeContent panelContent pdl"> 
-  <script class="brush: sql; gutter: false; theme: Default" type="syntaxhighlighter">&nbsp;</script> 
+  <script class="brush: sql; gutter: false; theme: Default" type="syntaxhighlighter">CREATE TABLE CAMEL_MESSAGEPROCESSED ( processorName VARCHAR(255), messageId VARCHAR(100), createdAt TIMESTAMP )&nbsp;</script> 
  </div>
-</div><p>CREATE TABLE CAMEL_MESSAGEPROCESSED ( processorName VARCHAR(255), messageId VARCHAR(100), createdAt TIMESTAMP )</p><p>&#160;</p><p>&#160;</p><div class="confluence-information-macro confluence-information-macro-warning">
+</div><div class="confluence-information-macro confluence-information-macro-warning">
  <span class="aui-icon aui-icon-small aui-iconfont-error confluence-information-macro-icon"></span>
  <div class="confluence-information-macro-body">
-  &#160;
+  &#160;The SQL Server&#160;
+  <strong>TIMESTAMP</strong>&#160;type is a fixed-length binary-string type. It does not map to any of the JDBC time types:&#160;
+  <strong>DATE</strong>,&#160;
+  <strong>TIME</strong>, or&#160;
+  <strong>TIMESTAMP</strong>.
+ </div>
+</div><p>&#160;</p><p>We recommend to have a unique constraint on the columns processorName and messageId. Because the syntax for this constraint differs for database to database, we do not show it here.</p><p>Second we need to setup a <code>javax.sql.DataSource</code> in the spring XML file:</p><div class="code panel pdl" style="border-width: 1px;">
+ <div class="codeContent panelContent pdl"> 
+  <script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter">&amp;lt;jdbc:embedded-database id=&amp;quot;dataSource&amp;quot; type=&amp;quot;DERBY&amp;quot; /&amp;gt;&nbsp;</script> 
+ </div>
+</div><p><br clear="none">And finally we can create our JDBC idempotent repository in the spring XML file as well:</p><div class="code panel pdl" style="border-width: 1px;">
+ <div class="codeContent panelContent pdl"> 
+  <script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter"> &amp;lt;bean id=&amp;quot;messageIdRepository&amp;quot; class=&amp;quot;org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository&amp;quot;&amp;gt; &amp;lt;constructor-arg ref=&amp;quot;dataSource&amp;quot; /&amp;gt; &amp;lt;constructor-arg value=&amp;quot;myProcessorName&amp;quot; /&amp;gt; &amp;lt;/bean&amp;gt;&nbsp;</script> 
  </div>
-</div><p class="wysiwyg-macro-body">The SQL Server&#160;<strong>TIMESTAMP</strong> type is a fixed-length binary-string type. It does not map to any of the JDBC time types: <strong>DATE</strong>, <strong>TIME</strong>, or <strong>TIMESTAMP</strong>.</p><p>&#160;</p><p>&#160;</p><p>We recommend to have a unique constraint on the columns processorName and messageId. Because the syntax for this constraint differs for database to database, we do not show it here.</p><p>Second we need to setup a <code>javax.sql.DataSource</code> in the spring XML file:</p><p>&#160;</p><p>{snippet:id=e1|lang=xml|url=camel/trunk/components/camel-sql/src/test/resources/org/apache/camel/processor/idempotent/jdbc/spring.xml}</p><p>&#160;</p><p>&#160;</p><p>And finally we can create our JDBC idempotent repository in the spring XML file as well:</p><p>&#160;</p><p>{snippet:id=e2|lang=xml|url=camel/trunk/components/camel-sql/src/test/resources/org/apache/camel/processor/idempotent/jdbc/spring.xml}</p><p>&#160;</
 p><p>&#160;</p><p>Customize the JdbcMessageIdRepository</p><p>Starting with <strong>Camel 2.9.1</strong> you have a few options to tune the <code>org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository</code> for your needs:</p><p class="confluenceTable">&#160;</p><p>&#160;</p><p class="confluenceTh">&#160;</p><p>Parameter</p><p>&#160;</p><p class="confluenceTh">&#160;</p><p>Default Value</p><p>&#160;</p><p>Description</p><p>&#160;</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p>createTableIfNotExists</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p>true</p><p>&#160;</p><p>Defines whether or not Camel should try to create the table if it doesn't exist.</p><p>&#160;</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p>tableExistsString</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p>SELECT 1 FROM CAMEL_MESSAGEPROCESSED WHERE 1 = 0</p><p>&#160;</p><p>This query is used to figure out whether the table already exists or not. It must throw an exception to indicat
 e the table doesn't exist.</p><p>&#160;</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p>createString</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p>CREATE TABLE CAMEL_MESSAGEPROCESSED (processorName VARCHAR(255), messageId VARCHAR(100), createdAt TIMESTAMP)</p><p>&#160;</p><p>The statement which is used to create the table.</p><p>&#160;</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p>queryString</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p>SELECT COUNT(*) FROM CAMEL_MESSAGEPROCESSED WHERE processorName = ? AND messageId = ?</p><p>&#160;</p><p>The query which is used to figure out whether the message already exists in the repository (the result is not equals to '0'). It takes two parameters. This first one is the processor name (<code>String</code>) and the second one is the message id (<code>String</code>).</p><p>&#160;</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p>insertString</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p>INSERT INTO CAMEL_MESS
 AGEPROCESSED (processorName, messageId, createdAt) VALUES (?, ?, ?)</p><p>&#160;</p><p>The statement which is used to add the entry into the table. It takes three parameter. The first one is the processor name (<code>String</code>), the second one is the message id (<code>String</code>) and the third one is the timestamp (<code>java.sql.Timestamp</code>) when this entry was added to the repository.</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p>deleteString</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p>DELETE FROM CAMEL_MESSAGEPROCESSED WHERE processorName = ? AND messageId = ?</p><p>&#160;</p><p>The statement which is used to delete the entry from the database. It takes two parameter. This first one is the processor name (<code>String</code>) and the second one is the message id (<code>String</code>).</p><p>&#160;</p><p>A customized <code>org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository</code> could look like:</p><p>&#160;</p><p>{snippet:id=e1|lang=xm
 l|url=camel/trunk/components/camel-sql/src/test/resources/org/apache/camel/processor/idempotent/jdbc/customized-spring.xml}</p><p>&#160;</p><p>&#160;</p><p>Using the JDBC based aggregation repository</p><p><strong>Available as of Camel 2.6</strong></p><div class="confluence-information-macro confluence-information-macro-information">
+</div><p><br clear="none">Customize the JdbcMessageIdRepository</p><p>Starting with <strong>Camel 2.9.1</strong> you have a few options to tune the <code>org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository</code> for your needs:</p><div class="table-wrap">
+ <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Parameter</th><th colspan="1" rowspan="1" class="confluenceTh">Default Value</th><th colspan="1" rowspan="1" class="confluenceTh">Description</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">createTableIfNotExists</td><td colspan="1" rowspan="1" class="confluenceTd">true</td><td colspan="1" rowspan="1" class="confluenceTd">Defines whether or not Camel should try to create the table if it doesn't exist.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">tableExistsString</td><td colspan="1" rowspan="1" class="confluenceTd">SELECT 1 FROM CAMEL_MESSAGEPROCESSED WHERE 1 = 0</td><td colspan="1" rowspan="1" class="confluenceTd">This query is used to figure out whether the table already exists or not. It must throw an exception to indicate the table doesn't exist.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>createString</p></td><td colspan="1" rowspan="1"
  class="confluenceTd"><p>CREATE TABLE CAMEL_MESSAGEPROCESSED (processorName VARCHAR(255), messageId VARCHAR(100), createdAt TIMESTAMP)</p></td><td colspan="1" rowspan="1" class="confluenceTd">The statement which is used to create the table.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">queryString</td><td colspan="1" rowspan="1" class="confluenceTd">SELECT COUNT(*) FROM CAMEL_MESSAGEPROCESSED WHERE processorName = ? AND messageId = ?</td><td colspan="1" rowspan="1" class="confluenceTd"><p>The query which is used to figure out whether the message already exists in the repository (the result is not equals to '0'). It takes two parameters. This first one is the processor name (<code>String</code>) and the second one is the message id (<code>String</code>).</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">insertString</td><td colspan="1" rowspan="1" class="confluenceTd">INSERT INTO CAMEL_MESSAGEPROCESSED (processorName, messageId, createdAt) VALUES (?, ?
 , ?)</td><td colspan="1" rowspan="1" class="confluenceTd"><p>The statement which is used to add the entry into the table. It takes three parameter. The first one is the processor name (<code>String</code>), the second one is the message id (<code>String</code>) and the third one is the timestamp (<code>java.sql.Timestamp</code>) when this entry was added to the repository.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">deleteString</td><td colspan="1" rowspan="1" class="confluenceTd">DELETE FROM CAMEL_MESSAGEPROCESSED WHERE processorName = ? AND messageId = ?</td><td colspan="1" rowspan="1" class="confluenceTd"><p>The statement which is used to delete the entry from the database. It takes two parameter. This first one is the processor name (<code>String</code>) and the second one is the message id (<code>String</code>).</p></td></tr></tbody></table>
+</div><p>&#160;</p><p>A customized <code>org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository</code> could look like:</p><div class="code panel pdl" style="border-width: 1px;">
+ <div class="codeContent panelContent pdl"> 
+  <script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter"> &amp;lt;bean id=&amp;quot;messageIdRepository&amp;quot; class=&amp;quot;org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository&amp;quot;&amp;gt; &amp;lt;constructor-arg ref=&amp;quot;dataSource&amp;quot; /&amp;gt; &amp;lt;constructor-arg value=&amp;quot;myProcessorName&amp;quot; /&amp;gt; &amp;lt;property name=&amp;quot;tableExistsString&amp;quot; value=&amp;quot;SELECT 1 FROM CUSTOMIZED_MESSAGE_REPOSITORY WHERE 1 = 0&amp;quot; /&amp;gt; &amp;lt;property name=&amp;quot;createString&amp;quot; value=&amp;quot;CREATE TABLE CUSTOMIZED_MESSAGE_REPOSITORY (processorName VARCHAR(255), messageId VARCHAR(100), createdAt TIMESTAMP)&amp;quot; /&amp;gt; &amp;lt;property name=&amp;quot;queryString&amp;quot; value=&amp;quot;SELECT COUNT(*) FROM CUSTOMIZED_MESSAGE_REPOSITORY WHERE processorName = ? AND messageId = ?&amp;quot; /&amp;gt; &amp;lt;property name=&amp;quot;insertString&amp;quot; value=&amp;
 quot;INSERT INTO CUSTOMIZED_MESSAGE_REPOSITORY (processorName, messageId, createdAt) VALUES (?, ?, ?)&amp;quot; /&amp;gt; &amp;lt;property name=&amp;quot;deleteString&amp;quot; value=&amp;quot;DELETE FROM CUSTOMIZED_MESSAGE_REPOSITORY WHERE processorName = ? AND messageId = ?&amp;quot; /&amp;gt; &amp;lt;/bean&amp;gt;</script> 
+ </div>
+</div><p><br clear="none">Using the JDBC based aggregation repository</p><p><strong>Available as of Camel 2.6</strong></p><div class="confluence-information-macro confluence-information-macro-information">
  <p class="title">Using JdbcAggregationRepository in Camel 2.6</p>
  <span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span>
  <div class="confluence-information-macro-body">
-  &#160;
+  &#160;In Camel 2.6, the JdbcAggregationRepository is provided in the&#160;
+  <code>camel-jdbc-aggregator</code>&#160;component. From Camel 2.7 onwards, the&#160;
+  <code>JdbcAggregationRepository</code>&#160;is provided in the&#160;
+  <code>camel-sql</code>&#160;component.
+ </div>
+</div><p><code>JdbcAggregationRepository</code> is an <code>AggregationRepository</code> which on the fly persists the aggregated messages. This ensures that you will not loose messages, as the default aggregator will use an in memory only <code>AggregationRepository</code>.</p><p>The <code>JdbcAggregationRepository</code> allows together with Camel to provide persistent support for the <a shape="rect" href="aggregator2.html">Aggregator</a>.</p><p>It has the following options:</p><div class="table-wrap">
+ <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Option</th><th colspan="1" rowspan="1" class="confluenceTh">Type</th><th colspan="1" rowspan="1" class="confluenceTh">Description</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><span>dataSource</span></td><td colspan="1" rowspan="1" class="confluenceTd"><span>DataSource</span></td><td colspan="1" rowspan="1" class="confluenceTd"><strong>Mandatory:</strong>&#160;The&#160;<code>javax.sql.DataSource</code>&#160;to use for accessing the database.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><span>repositoryName</span></td><td colspan="1" rowspan="1" class="confluenceTd"><span>String</span></td><td colspan="1" rowspan="1" class="confluenceTd"><strong>Mandatory:</strong>&#160;The name of the repository.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><span>transactionManager</span></td><td colspan="1" rowspan="1" class="confluenceTd"><span>TransactionMa
 nager</span></td><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>Mandatory:</strong>&#160;The&#160;<code>org.springframework.transaction.PlatformTransactionManager</code>&#160;to mange transactions for the database. The TransactionManager must be able to support databases.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">lobHandler</td><td colspan="1" rowspan="1" class="confluenceTd"><span>LobHandler</span></td><td colspan="1" rowspan="1" class="confluenceTd">A&#160;<code>org.springframework.jdbc.support.lob.LobHandler</code>&#160;to handle Lob types in the database. Use this option to use a vendor specific LobHandler, for example when using Oracle.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><span>returnOldExchange</span></td><td colspan="1" rowspan="1" class="confluenceTd">boolean</td><td colspan="1" rowspan="1" class="confluenceTd">Whether the get operation should return the old existing Exchange if any existed. By default this optio
 n is&#160;<code>false</code>&#160;to optimize as we do not need the old exchange when aggregating.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">useRecovery</td><td colspan="1" rowspan="1" class="confluenceTd">boolean</td><td colspan="1" rowspan="1" class="confluenceTd">Whether or not recovery is enabled. This option is by default&#160;<code>true</code>. When enabled the Camel&#160;<a shape="rect" href="aggregator2.html">Aggregator</a>&#160;automatic recover failed aggregated exchange and have them resubmitted.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">recoveryInterval</td><td colspan="1" rowspan="1" class="confluenceTd">long</td><td colspan="1" rowspan="1" class="confluenceTd"><p>If recovery is enabled then a background task is run every x'th time to scan for failed exchanges to recover and resubmit. By default this interval is 5000 millis.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><span>maximumRedeliveries</span></td><td 
 colspan="1" rowspan="1" class="confluenceTd">int</td><td colspan="1" rowspan="1" class="confluenceTd">Allows you to limit the maximum number of redelivery attempts for a recovered exchange. If enabled then the Exchange will be moved to the dead letter channel if all redelivery attempts failed. By default this option is disabled. If this option is used then the&#160;<code>deadLetterUri</code>&#160;option must also be provided.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>deadLetterUri</code></p></td><td colspan="1" rowspan="1" class="confluenceTd">String</td><td colspan="1" rowspan="1" class="confluenceTd"><p>An endpoint uri for a&#160;<a shape="rect" href="dead-letter-channel.html">Dead Letter Channel</a>&#160;where exhausted recovered Exchanges will be moved. If this option is used then the&#160;<code>maximumRedeliveries</code>&#160;option must also be provided.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><span>storeBodyAsText</span><
 /td><td colspan="1" rowspan="1" class="confluenceTd">boolean</td><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>Camel 2.11:</strong>&#160;Whether to store the message body as String which is human readable. By default this option is&#160;<code>false</code>&#160;storing the body in binary format.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">headersToStoreAsText</td><td colspan="1" rowspan="1" class="confluenceTd"><span>List&lt;String&gt;</span></td><td colspan="1" rowspan="1" class="confluenceTd"><p>&#160;<strong>Camel 2.11:</strong>&#160;Allows to store headers as String which is human readable. By default this option is disabled, storing the headers in binary format.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">jdbcOptimisticLockingExceptionMapper</td><td colspan="1" rowspan="1" class="confluenceTd">jdbcOptimisticLockingExceptionMapper</td><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>Camel 2.12:</strong>&#160;All
 ows to plugin a custom&#160;<code>org.apache.camel.processor.aggregate.jdbc.JdbcOptimisticLockingExceptionMapper</code>&#160;to map vendor specific error codes to an optimistick locking error, for Camel to perform a retry. This requires&#160;<code>optimisticLocking</code>&#160;to be enabled.</p></td></tr></tbody></table>
+</div><div class="confluence-information-macro confluence-information-macro-information">
+ <p class="title">Optimistic Locking</p>
+ <span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span>
+ <div class="confluence-information-macro-body">
+  <p>Optimistic locking is set to on by default. &#160;If two exchanges attempt to insert at the same time an exception will thrown, caught, converted to an OptimisticLockingException, and rethrown. &#160;</p>
  </div>
-</div><p>In Camel 2.6, the JdbcAggregationRepository is provided in the <code>camel-jdbc-aggregator</code> component. From Camel 2.7 onwards, the <code>JdbcAggregationRepository</code> is provided in the <code>camel-sql</code> component.</p><p>&#160;</p><p><code>JdbcAggregationRepository</code> is an <code>AggregationRepository</code> which on the fly persists the aggregated messages. This ensures that you will not loose messages, as the default aggregator will use an in memory only <code>AggregationRepository</code>.<br clear="none"> The <code>JdbcAggregationRepository</code> allows together with Camel to provide persistent support for the <a shape="rect" href="aggregator2.html">Aggregator</a>.</p><p>It has the following options:</p><p class="confluenceTable">&#160;</p><p>&#160;</p><p class="confluenceTh">&#160;</p><p>Option</p><p>&#160;</p><p class="confluenceTh">&#160;</p><p>Type</p><p>&#160;</p><p>Description</p><p>&#160;</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p><cod
 e>dataSource</code></p><p>&#160;</p><p class="confluenceTd">&#160;</p><p><code>DataSource</code></p><p>&#160;</p><p><strong>Mandatory:</strong> The <code>javax.sql.DataSource</code> to use for accessing the database.</p><p>&#160;</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p><code>repositoryName</code></p><p>&#160;</p><p class="confluenceTd">&#160;</p><p><code>String</code></p><p>&#160;</p><p><strong>Mandatory:</strong> The name of the repository.</p><p>&#160;</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p><code>transactionManager</code></p><p>&#160;</p><p class="confluenceTd">&#160;</p><p><code>TransactionManager</code></p><p>&#160;</p><p><strong>Mandatory:</strong> The <code>org.springframework.transaction.PlatformTransactionManager</code> to mange transactions for the database. The TransactionManager must be able to support databases.</p><p>&#160;</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p><code>lobHandler</code></p><p>&#160;</p><p class="confluenceTd">&#16
 0;</p><p><code>LobHandler</code></p><p>&#160;</p><p>A <code>org.springframework.jdbc.support.lob.LobHandler</code> to handle Lob types in the database. Use this option to use a vendor specific LobHandler, for example when using Oracle.</p><p>&#160;</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p><code>returnOldExchange</code></p><p>&#160;</p><p class="confluenceTd">&#160;</p><p>boolean</p><p>&#160;</p><p>Whether the get operation should return the old existing Exchange if any existed. By default this option is <code>false</code> to optimize as we do not need the old exchange when aggregating.</p><p>&#160;</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p><code>useRecovery</code></p><p>&#160;</p><p class="confluenceTd">&#160;</p><p>boolean</p><p>&#160;</p><p>Whether or not recovery is enabled. This option is by default <code>true</code>. When enabled the Camel <a shape="rect" href="aggregator2.html">Aggregator</a> automatic recover failed aggregated exchange and have them res
 ubmitted.</p><p>&#160;</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p><code>recoveryInterval</code></p><p>&#160;</p><p class="confluenceTd">&#160;</p><p>long</p><p>&#160;</p><p>If recovery is enabled then a background task is run every x'th time to scan for failed exchanges to recover and resubmit. By default this interval is 5000 millis.</p><p>&#160;</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p><code>maximumRedeliveries</code></p><p>&#160;</p><p class="confluenceTd">&#160;</p><p>int</p><p>&#160;</p><p>Allows you to limit the maximum number of redelivery attempts for a recovered exchange. If enabled then the Exchange will be moved to the dead letter channel if all redelivery attempts failed. By default this option is disabled. If this option is used then the <code>deadLetterUri</code> option must also be provided.</p><p>&#160;</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p><code>deadLetterUri</code></p><p>&#160;</p><p class="confluenceTd">&#160;</p><p>String</p><
 p>&#160;</p><p>An endpoint uri for a <a shape="rect" href="dead-letter-channel.html">Dead Letter Channel</a> where exhausted recovered Exchanges will be moved. If this option is used then the <code>maximumRedeliveries</code> option must also be provided.</p><p>&#160;</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p><code>storeBodyAsText</code></p><p>&#160;</p><p class="confluenceTd">&#160;</p><p>boolean</p><p>&#160;</p><p><strong>Camel 2.11:</strong> Whether to store the message body as String which is human readable. By default this option is <code>false</code> storing the body in binary format.</p><p>&#160;</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p><code>headersToStoreAsText</code></p><p>&#160;</p><p class="confluenceTd">&#160;</p><p><code>List&lt;String&gt;</code></p><p>&#160;</p><p><strong>Camel 2.11:</strong> Allows to store headers as String which is human readable. By default this option is disabled, storing the headers in binary format.</p><p>&#160;</p><p>&#16
 0;</p><p class="confluenceTd">&#160;</p><p><code>optimisticLocking</code></p><p>&#160;</p><p class="confluenceTd">&#160;</p><p><code>false</code></p><p>&#160;</p><p><strong>Camel 2.12:</strong> To turn on optimistic locking, which often would be needed in clustered environments where multiple Camel applications shared the same JDBC based aggregation repository.</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p><code>jdbcOptimisticLockingExceptionMapper</code></p><p>&#160;</p><p class="confluenceTd">&#160;</p><p>&#160;</p><p>&#160;</p><p><strong>Camel 2.12:</strong> Allows to plugin a custom <code>org.apache.camel.processor.aggregate.jdbc.JdbcOptimisticLockingExceptionMapper</code> to map vendor specific error codes to an optimistick locking error, for Camel to perform a retry. This requires <code>optimisticLocking</code> to be enabled.</p><p>&#160;</p><p>What is preserved when persisting</p><p><code>JdbcAggregationRepository</code> will only preserve any <code>Serializable</code>
  compatible data types. If a data type is not such a type its dropped and a <code>WARN</code> is logged. And it only persists the <code>Message</code> body and the <code>Message</code> headers. The <code>Exchange</code> properties are <strong>not</strong> persisted.</p><p>From Camel 2.11 onwards you can store the message body and select(ed) headers as String in separate columns.</p><p>Recovery</p><p>The <code>JdbcAggregationRepository</code> will by default recover any failed <a shape="rect" href="exchange.html">Exchange</a>. It does this by having a background tasks that scans for failed <a shape="rect" href="exchange.html">Exchange</a>s in the persistent store. You can use the <code>checkInterval</code> option to set how often this task runs. The recovery works as transactional which ensures that Camel will try to recover and redeliver the failed <a shape="rect" href="exchange.html">Exchange</a>. Any <a shape="rect" href="exchange.html">Exchange</a> which was found to be recovered
  will be restored from the persistent store and resubmitted and send out again.</p><p>The following headers is set when an <a shape="rect" href="exchange.html">Exchange</a> is being recovered/redelivered:</p><p class="confluenceTable">&#160;</p><p>&#160;</p><p class="confluenceTh">&#160;</p><p>Header</p><p>&#160;</p><p class="confluenceTh">&#160;</p><p>Type</p><p>&#160;</p><p>Description</p><p>&#160;</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p><code>Exchange.REDELIVERED</code></p><p>&#160;</p><p class="confluenceTd">&#160;</p><p>Boolean</p><p>&#160;</p><p>Is set to true to indicate the <a shape="rect" href="exchange.html">Exchange</a> is being redelivered.</p><p>&#160;</p><p class="confluenceTd">&#160;</p><p><code>Exchange.REDELIVERY_COUNTER</code></p><p>&#160;</p><p class="confluenceTd">&#160;</p><p>Integer</p><p>&#160;</p><p>The redelivery attempt, starting from 1.</p><p>&#160;</p><p>Only when an <a shape="rect" href="exchange.html">Exchange</a> has been successfully proc
 essed it will be marked as complete which happens when the <code>confirm</code> method is invoked on the <code>AggregationRepository</code>. This means if the same <a shape="rect" href="exchange.html">Exchange</a> fails again it will be kept retried until it success.</p><p>You can use option <code>maximumRedeliveries</code> to limit the maximum number of redelivery attempts for a given recovered <a shape="rect" href="exchange.html">Exchange</a>. You must also set the <code>deadLetterUri</code> option so Camel knows where to send the <a shape="rect" href="exchange.html">Exchange</a> when the <code>maximumRedeliveries</code> was hit.</p><p>You can see some examples in the unit tests of camel-sql, for example <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/camel/trunk/components/camel-sql/src/test/java/org/apache/camel/processor/aggregate/jdbc/JdbcAggregateRecoverDeadLetterChannelTest.java">this test</a>.</p><p>Database</p><p>To be operational, each aggrega
 tor uses two table: the aggregation and completed one. By convention the completed has the same name as the aggregation one suffixed with <code>"_COMPLETED"</code>. The name must be configured in the Spring bean with the <code>RepositoryName</code> property. In the following example aggregation will be used.</p><p>The table structure definition of both table are identical: in both case a String value is used as key (<strong>id</strong>) whereas a Blob contains the exchange serialized in byte array.<br clear="none"> However one difference should be remembered: the <strong>id</strong> field does not have the same content depending on the table.<br clear="none"> In the aggregation table <strong>id</strong> holds the correlation Id used by the component to aggregate the messages. In the completed table, <strong>id</strong> holds the id of the exchange stored in corresponding the blob field.</p><p>Here is the SQL query used to create the tables, just replace <code>"aggregation"</code> wi
 th your aggregator repository name.</p><div class="code panel pdl" style="border-width: 1px;">
+</div><h3 id="BookComponentAppendix-Whatispreservedwhenpersisting">What is preserved when persisting</h3><p><code>JdbcAggregationRepository</code> will only preserve any <code>Serializable</code> compatible data types. If a data type is not such a type its dropped and a <code>WARN</code> is logged. And it only persists the <code>Message</code> body and the <code>Message</code> headers. The <code>Exchange</code> properties are <strong>not</strong> persisted.</p><p>From Camel 2.11 onwards you can store the message body and select(ed) headers as String in separate columns.</p><p>Recovery</p><p>The <code>JdbcAggregationRepository</code> will by default recover any failed <a shape="rect" href="exchange.html">Exchange</a>. It does this by having a background tasks that scans for failed <a shape="rect" href="exchange.html">Exchange</a>s in the persistent store. You can use the <code>checkInterval</code> option to set how often this task runs. The recovery works as transactional which ensur
 es that Camel will try to recover and redeliver the failed <a shape="rect" href="exchange.html">Exchange</a>. Any <a shape="rect" href="exchange.html">Exchange</a> which was found to be recovered will be restored from the persistent store and resubmitted and send out again.</p><p>The following headers is set when an <a shape="rect" href="exchange.html">Exchange</a> is being recovered/redelivered:</p><p class="confluenceTable">&#160;</p><div class="table-wrap">
+ <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Header</th><th colspan="1" rowspan="1" class="confluenceTh">Type</th><th colspan="1" rowspan="1" class="confluenceTh">Description</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">Exchange.REDELIVERED</td><td colspan="1" rowspan="1" class="confluenceTd">Boolean</td><td colspan="1" rowspan="1" class="confluenceTd">Is set to true to indicate the&#160;<a shape="rect" href="exchange.html">Exchange</a>&#160;is being redelivered.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><span>Exchange.REDELIVERY_COUNTER</span></td><td colspan="1" rowspan="1" class="confluenceTd">Integer</td><td colspan="1" rowspan="1" class="confluenceTd">The redelivery attempt, starting from 1.</td></tr></tbody></table>
+</div><p>&#160;</p><p>Only when an <a shape="rect" href="exchange.html">Exchange</a> has been successfully processed it will be marked as complete which happens when the <code>confirm</code> method is invoked on the <code>AggregationRepository</code>. This means if the same <a shape="rect" href="exchange.html">Exchange</a> fails again it will be kept retried until it success.</p><p>You can use option <code>maximumRedeliveries</code> to limit the maximum number of redelivery attempts for a given recovered <a shape="rect" href="exchange.html">Exchange</a>. You must also set the <code>deadLetterUri</code> option so Camel knows where to send the <a shape="rect" href="exchange.html">Exchange</a> when the <code>maximumRedeliveries</code> was hit.</p><p>You can see some examples in the unit tests of camel-sql, for example <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/camel/trunk/components/camel-sql/src/test/java/org/apache/camel/processor/aggregate/jdbc/Jdbc
 AggregateRecoverDeadLetterChannelTest.java">this test</a>.</p><p>Database</p><p>To be operational, each aggregator uses two table: the aggregation and completed one. By convention the completed has the same name as the aggregation one suffixed with <code>"_COMPLETED"</code>. The name must be configured in the Spring bean with the <code>RepositoryName</code> property. In the following example aggregation will be used.</p><p>The table structure definition of both table are identical: in both case a String value is used as key (<strong>id</strong>) whereas a Blob contains the exchange serialized in byte array.<br clear="none"> However one difference should be remembered: the <strong>id</strong> field does not have the same content depending on the table.<br clear="none"> In the aggregation table <strong>id</strong> holds the correlation Id used by the component to aggregate the messages. In the completed table, <strong>id</strong> holds the id of the exchange stored in corresponding th
 e blob field.</p><p>Here is the SQL query used to create the tables, just replace <code>"aggregation"</code> with your aggregator repository name.</p><div class="code panel pdl" style="border-width: 1px;">
  <div class="codeContent panelContent pdl"> 
-  <script class="brush: sql; gutter: false; theme: Default" type="syntaxhighlighter">&nbsp;</script> 
+  <script class="brush: sql; gutter: false; theme: Default" type="syntaxhighlighter">&nbsp;CREATE TABLE aggregation ( id varchar(255) NOT NULL, exchange blob NOT NULL, constraint aggregation_pk PRIMARY KEY (id) ); CREATE TABLE aggregation_completed ( id varchar(255) NOT NULL, exchange blob NOT NULL, constraint aggregation_completed_pk PRIMARY KEY (id) );</script> 
  </div>
-</div><p>CREATE TABLE aggregation ( id varchar(255) NOT NULL, exchange blob NOT NULL, constraint aggregation_pk PRIMARY KEY (id) ); CREATE TABLE aggregation_completed ( id varchar(255) NOT NULL, exchange blob NOT NULL, constraint aggregation_completed_pk PRIMARY KEY (id) );</p><p>&#160;</p><p>Storing body and headers as text</p><p><strong>Available as of Camel 2.11</strong></p><p>You can configure the <code>JdbcAggregationRepository</code> to store message body and select(ed) headers as String in separate columns. For example to store the body, and the following two headers <code>companyName</code> and <code>accountName</code> use the following SQL:</p><div class="code panel pdl" style="border-width: 1px;">
+</div><p>Storing body and headers as text</p><p><strong>Available as of Camel 2.11</strong></p><p>You can configure the <code>JdbcAggregationRepository</code> to store message body and select(ed) headers as String in separate columns. For example to store the body, and the following two headers <code>companyName</code> and <code>accountName</code> use the following SQL:</p><div class="code panel pdl" style="border-width: 1px;">
  <div class="codeContent panelContent pdl"> 
-  <script class="brush: sql; gutter: false; theme: Default" type="syntaxhighlighter">&nbsp;</script> 
+  <script class="brush: sql; gutter: false; theme: Default" type="syntaxhighlighter">CREATE TABLE aggregationRepo3 ( id varchar(255) NOT NULL, exchange blob NOT NULL, body varchar(1000), companyName varchar(1000), accountName varchar(1000), constraint aggregationRepo3_pk PRIMARY KEY (id) ); CREATE TABLE aggregationRepo3_completed ( id varchar(255) NOT NULL, exchange blob NOT NULL, body varchar(1000), companyName varchar(1000), accountName varchar(1000), constraint aggregationRepo3_completed_pk PRIMARY KEY (id) );</script> 
  </div>
-</div><p>CREATE TABLE aggregationRepo3 ( id varchar(255) NOT NULL, exchange blob NOT NULL, body varchar(1000), companyName varchar(1000), accountName varchar(1000), constraint aggregationRepo3_pk PRIMARY KEY (id) ); CREATE TABLE aggregationRepo3_completed ( id varchar(255) NOT NULL, exchange blob NOT NULL, body varchar(1000), companyName varchar(1000), accountName varchar(1000), constraint aggregationRepo3_completed_pk PRIMARY KEY (id) );</p><p>&#160;</p><p>And then configure the repository to enable this behavior as shown below:</p><div class="code panel pdl" style="border-width: 1px;">
+</div><p>And then configure the repository to enable this behavior as shown below:</p><div class="code panel pdl" style="border-width: 1px;">
  <div class="codeContent panelContent pdl"> 
-  <script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter">&nbsp;</script> 
+  <script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter">&nbsp;&amp;lt;bean id=&amp;quot;repo3&amp;quot; class=&amp;quot;org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository&amp;quot;&amp;gt; &amp;lt;property name=&amp;quot;repositoryName&amp;quot; value=&amp;quot;aggregationRepo3&amp;quot;/&amp;gt; &amp;lt;property name=&amp;quot;transactionManager&amp;quot; ref=&amp;quot;txManager3&amp;quot;/&amp;gt; &amp;lt;property name=&amp;quot;dataSource&amp;quot; ref=&amp;quot;dataSource3&amp;quot;/&amp;gt; &amp;lt;!-- configure to store the message body and following headers as text in the repo --&amp;gt; &amp;lt;property name=&amp;quot;storeBodyAsText&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt; &amp;lt;property name=&amp;quot;headersToStoreAsText&amp;quot;&amp;gt; &amp;lt;list&amp;gt; &amp;lt;value&amp;gt;companyName&amp;lt;/value&amp;gt; &amp;lt;value&amp;gt;accountName&amp;lt;/value&amp;gt; &amp;lt;/list&amp;gt; &amp;lt;/property&amp;gt; &
 amp;lt;/bean&amp;gt;</script> 
  </div>
-</div><p>&lt;bean id="repo3" class="org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository"&gt; &lt;property name="repositoryName" value="aggregationRepo3"/&gt; &lt;property name="transactionManager" ref="txManager3"/&gt; &lt;property name="dataSource" ref="dataSource3"/&gt; &lt;!-- configure to store the message body and following headers as text in the repo --&gt; &lt;property name="storeBodyAsText" value="true"/&gt; &lt;property name="headersToStoreAsText"&gt; &lt;list&gt; &lt;value&gt;companyName&lt;/value&gt; &lt;value&gt;accountName&lt;/value&gt; &lt;/list&gt; &lt;/property&gt; &lt;/bean&gt;</p><p>&#160;</p><p>Codec (Serialization)</p><p>Since they can contain any type of payload, Exchanges are not serializable by design. It is converted into a byte array to be stored in a database BLOB field. All those conversions are handled by the <code>JdbcCodec</code> class. One detail of the code requires your attention: the <code>ClassLoadingAwareObjectInputStream</code>.</
 p><p>The <code>ClassLoadingAwareObjectInputStream</code> has been reused from the <a shape="rect" class="external-link" href="http://activemq.apache.org/">Apache ActiveMQ</a> project. It wraps an <code>ObjectInputStream</code> and use it with the <code>ContextClassLoader</code> rather than the <code>currentThread</code> one. The benefit is to be able to load classes exposed by other bundles. This allows the exchange body and headers to have custom types object references.</p><p>Transaction</p><p>A Spring <code>PlatformTransactionManager</code> is required to orchestrate transaction.</p><p>Service (Start/Stop)</p><p>The <code>start</code> method verify the connection of the database and the presence of the required tables. If anything is wrong it will fail during starting.</p><p>Aggregator configuration</p><p>Depending on the targeted environment, the aggregator might need some configuration. As you already know, each aggregator should have its own repository (with the corresponding 
 pair of table created in the database) and a data source. If the default lobHandler is not adapted to your database system, it can be injected with the <code>lobHandler</code> property.</p><p>Here is the declaration for Oracle:</p><div class="code panel pdl" style="border-width: 1px;">
+</div><p>Codec (Serialization)</p><p>Since they can contain any type of payload, Exchanges are not serializable by design. It is converted into a byte array to be stored in a database BLOB field. All those conversions are handled by the <code>JdbcCodec</code> class. One detail of the code requires your attention: the <code>ClassLoadingAwareObjectInputStream</code>.</p><p>The <code>ClassLoadingAwareObjectInputStream</code> has been reused from the <a shape="rect" class="external-link" href="http://activemq.apache.org/">Apache ActiveMQ</a> project. It wraps an <code>ObjectInputStream</code> and use it with the <code>ContextClassLoader</code> rather than the <code>currentThread</code> one. The benefit is to be able to load classes exposed by other bundles. This allows the exchange body and headers to have custom types object references.</p><p>Transaction</p><p>A Spring <code>PlatformTransactionManager</code> is required to orchestrate transaction.</p><p>Service (Start/Stop)</p><p>The <
 code>start</code> method verify the connection of the database and the presence of the required tables. If anything is wrong it will fail during starting.</p><p>Aggregator configuration</p><p>Depending on the targeted environment, the aggregator might need some configuration. As you already know, each aggregator should have its own repository (with the corresponding pair of table created in the database) and a data source. If the default lobHandler is not adapted to your database system, it can be injected with the <code>lobHandler</code> property.</p><p>Here is the declaration for Oracle:</p><div class="code panel pdl" style="border-width: 1px;">
  <div class="codeContent panelContent pdl"> 
-  <script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter">&nbsp;</script> 
+  <script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter">&nbsp;&amp;lt;bean id=&amp;quot;lobHandler&amp;quot; class=&amp;quot;org.springframework.jdbc.support.lob.OracleLobHandler&amp;quot;&amp;gt; &amp;lt;property name=&amp;quot;nativeJdbcExtractor&amp;quot; ref=&amp;quot;nativeJdbcExtractor&amp;quot;/&amp;gt; &amp;lt;/bean&amp;gt; &amp;lt;bean id=&amp;quot;nativeJdbcExtractor&amp;quot; class=&amp;quot;org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor&amp;quot;/&amp;gt; &amp;lt;bean id=&amp;quot;repo&amp;quot; class=&amp;quot;org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository&amp;quot;&amp;gt; &amp;lt;property name=&amp;quot;transactionManager&amp;quot; ref=&amp;quot;transactionManager&amp;quot;/&amp;gt; &amp;lt;property name=&amp;quot;repositoryName&amp;quot; value=&amp;quot;aggregation&amp;quot;/&amp;gt; &amp;lt;property name=&amp;quot;dataSource&amp;quot; ref=&amp;quot;dataSource&amp;quot;/&amp;gt; &amp;lt;!--
  Only with Oracle, else use default --&amp;gt; &amp;lt;property name=&amp;quot;lobHandler&amp;quot; ref=&amp;quot;lobHandler&amp;quot;/&amp;gt; &amp;lt;/bean&amp;gt;</script> 
  </div>
-</div><p>&lt;bean id="lobHandler" class="org.springframework.jdbc.support.lob.OracleLobHandler"&gt; &lt;property name="nativeJdbcExtractor" ref="nativeJdbcExtractor"/&gt; &lt;/bean&gt; &lt;bean id="nativeJdbcExtractor" class="org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor"/&gt; &lt;bean id="repo" class="org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository"&gt; &lt;property name="transactionManager" ref="transactionManager"/&gt; &lt;property name="repositoryName" value="aggregation"/&gt; &lt;property name="dataSource" ref="dataSource"/&gt; &lt;!-- Only with Oracle, else use default --&gt; &lt;property name="lobHandler" ref="lobHandler"/&gt; &lt;/bean&gt;</p><p>&#160;</p><p>Optimistic locking</p><p>From <strong>Camel 2.12</strong> onwards you can turn on <code>optimisticLocking</code> and use this JDBC based aggregation repository in a clustered environment where multiple Camel applications shared the same database for the aggregation reposit
 ory. If there is a race condition there JDBC driver will throw a vendor specific exception which the <code>JdbcAggregationRepository</code> can react upon. To know which caused exceptions from the JDBC driver is regarded as an optimistick locking error we need a mapper to do this. Therefore there is a <code>org.apache.camel.processor.aggregate.jdbc.JdbcOptimisticLockingExceptionMapper</code> allows you to implement your custom logic if needed. There is a default implementation <code>org.apache.camel.processor.aggregate.jdbc.DefaultJdbcOptimisticLockingExceptionMapper</code> which works as follows:</p><p>The following check is done:</p><p>If the caused exception is an <code>SQLException</code> then the SQLState is checked if starts with 23.</p><p>If the caused exception is a <code>DataIntegrityViolationException</code></p><p>If the caused exception class name has "ConstraintViolation" in its name.</p><p>optional checking for FQN class name matches if any class names has been configur
 ed</p><p>You can in addition add FQN classnames, and if any of the caused exception (or any nested) equals any of the FQN class names, then its an optimistick locking error.</p><p>Here is an example, where we define 2 extra FQN class names from the JDBC vendor.</p><div class="code panel pdl" style="border-width: 1px;">
+</div><p>Optimistic locking</p><p>From <strong>Camel 2.12</strong> onwards you can turn on <code>optimisticLocking</code> and use this JDBC based aggregation repository in a clustered environment where multiple Camel applications shared the same database for the aggregation repository. If there is a race condition there JDBC driver will throw a vendor specific exception which the <code>JdbcAggregationRepository</code> can react upon. To know which caused exceptions from the JDBC driver is regarded as an optimistick locking error we need a mapper to do this. Therefore there is a <code>org.apache.camel.processor.aggregate.jdbc.JdbcOptimisticLockingExceptionMapper</code> allows you to implement your custom logic if needed. There is a default implementation <code>org.apache.camel.processor.aggregate.jdbc.DefaultJdbcOptimisticLockingExceptionMapper</code> which works as follows:</p><p>The following check is done:</p><p>If the caused exception is an <code>SQLException</code> then the SQLS
 tate is checked if starts with 23.</p><p>If the caused exception is a <code>DataIntegrityViolationException</code></p><p>If the caused exception class name has "ConstraintViolation" in its name.</p><p>optional checking for FQN class name matches if any class names has been configured</p><p>You can in addition add FQN classnames, and if any of the caused exception (or any nested) equals any of the FQN class names, then its an optimistick locking error.</p><p>Here is an example, where we define 2 extra FQN class names from the JDBC vendor.</p><div class="code panel pdl" style="border-width: 1px;">
  <div class="codeContent panelContent pdl"> 
-  <script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter">&nbsp;</script> 
+  <script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter">&nbsp;&amp;lt;bean id=&amp;quot;repo&amp;quot; class=&amp;quot;org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository&amp;quot;&amp;gt; &amp;lt;property name=&amp;quot;transactionManager&amp;quot; ref=&amp;quot;transactionManager&amp;quot;/&amp;gt; &amp;lt;property name=&amp;quot;repositoryName&amp;quot; value=&amp;quot;aggregation&amp;quot;/&amp;gt; &amp;lt;property name=&amp;quot;dataSource&amp;quot; ref=&amp;quot;dataSource&amp;quot;/&amp;gt; &amp;lt;property name&amp;quot;jdbcOptimisticLockingExceptionMapper&amp;quot; ref=&amp;quot;myExceptionMapper&amp;quot;/&amp;gt; &amp;lt;/bean&amp;gt; &amp;lt;!-- use the default mapper with extra FQN class names from our JDBC driver --&amp;gt; &amp;lt;bean id=&amp;quot;myExceptionMapper&amp;quot; class=&amp;quot;org.apache.camel.processor.aggregate.jdbc.DefaultJdbcOptimisticLockingExceptionMapper&amp;quot;&amp;gt; &amp;lt;property name=&amp;quo
 t;classNames&amp;quot;&amp;gt; &amp;lt;util:set&amp;gt; &amp;lt;value&amp;gt;com.foo.sql.MyViolationExceptoion&amp;lt;/value&amp;gt; &amp;lt;value&amp;gt;com.foo.sql.MyOtherViolationExceptoion&amp;lt;/value&amp;gt; &amp;lt;/util:set&amp;gt; &amp;lt;/property&amp;gt; &amp;lt;/bean&amp;gt;</script> 
  </div>
-</div><p>&lt;bean id="repo" class="org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository"&gt; &lt;property name="transactionManager" ref="transactionManager"/&gt; &lt;property name="repositoryName" value="aggregation"/&gt; &lt;property name="dataSource" ref="dataSource"/&gt; &lt;property name"jdbcOptimisticLockingExceptionMapper" ref="myExceptionMapper"/&gt; &lt;/bean&gt; &lt;!-- use the default mapper with extra FQN class names from our JDBC driver --&gt; &lt;bean id="myExceptionMapper" class="org.apache.camel.processor.aggregate.jdbc.DefaultJdbcOptimisticLockingExceptionMapper"&gt; &lt;property name="classNames"&gt; &lt;util:set&gt; &lt;value&gt;com.foo.sql.MyViolationExceptoion&lt;/value&gt; &lt;value&gt;com.foo.sql.MyOtherViolationExceptoion&lt;/value&gt; &lt;/util:set&gt; &lt;/property&gt; &lt;/bean&gt;</p><p>&#160;</p><p></p><h3 id="BookComponentAppendix-SeeAlso.63">See Also</h3> 
+</div><p>&#160;</p><p></p><h3 id="BookComponentAppendix-SeeAlso.63">See Also</h3> 
  <ul><li><a shape="rect" href="configuring-camel.html">Configuring Camel</a></li><li><a shape="rect" href="component.html">Component</a></li><li><a shape="rect" href="endpoint.html">Endpoint</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li></ul><p><a shape="rect" href="sql-stored-procedure.html">SQL Stored Procedure</a></p><p><a shape="rect" href="jdbc.html">JDBC</a></p><h2 id="BookComponentAppendix-TelegramComponent">Telegram Component</h2><p><strong>Available as of Camel 2.18</strong></p><p>The <strong>Telegram</strong> component provides access to the <a shape="rect" class="external-link" href="https://core.telegram.org/bots/api" rel="nofollow">Telegram Bot API</a>. It allows a Camel-based application to send and receive messages by acting as a Bot, participating in direct conversations with normal users, private and public groups or channels.</p><p>A Telegram Bot must be created before using this component, following the instructions at the <a shap
 e="rect" class="external-link" href="https://core.telegram.org/bots#3-how-do-i-create-a-bot" rel="nofollow">Telegram Bot developers home</a>. When a new Bot is created, the BotFather provides an <strong>authorization token</strong> corresponding to the Bot. The authorization token is a mandatory parameter for the&#160;<strong><code>camel-telegram</code></strong> endpoint.</p><div class="confluence-information-macro confluence-information-macro-note">
  <p class="title">Note</p>
  <span class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span>