Author: buildbot
Date: Sun Nov 30 14:18:29 2014
New Revision: 931085

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/hazelcast-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 Sun Nov 30 
14:18:29 2014
@@ -1529,11 +1529,11 @@ template.send("direct:alias-verify&
                     </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">/*<![CDATA[*/
-div.rbtoc1417281519533 {padding: 0px;}
-div.rbtoc1417281519533 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1417281519533 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1417357035426 {padding: 0px;}
+div.rbtoc1417357035426 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1417357035426 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1417281519533">
+/*]]>*/</style></p><div class="toc-macro rbtoc1417357035426">
 <ul class="toc-indentation"><li><a shape="rect" href="#CXF-CXFComponent">CXF 
Component</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#CXF-URIformat">URI 
format</a></li><li><a shape="rect" href="#CXF-Options">Options</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#CXF-Thedescriptionsofthedataformats">The descriptions of the 
dataformats</a>
@@ -4803,7 +4803,7 @@ template.sendBodyAndHeader(&quot;direct:
    &lt;to uri=&quot;hazelcast:seda:foo&quot; /&gt;
 &lt;/route&gt;
 ]]></script>
-</div></div><h4 
id="BookComponentAppendix-SEDAconsumer&#8211;from(&#8220;hazelcast:seda:foo&#8221;)">SEDA
 consumer &#8211; from(&#8220;hazelcast:seda:foo&#8221;)</h4><p>The SEDA 
consumer provides no operations. You only retrieve data from the specified 
queue.</p><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th 
colspan="1" rowspan="1" class="confluenceTh"><p>Name</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>default value</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>pollInterval</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>1000</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>How frequent to poll from the SEDA 
queue</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>concurrentConsumers</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>1</code></p></td><td co
 lspan="1" rowspan="1" class="confluenceTd"><p>To use concurrent consumers 
polling from the SEDA queue.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>transferExchange</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><strong>Camel 2.8.0:</strong> if set to 
true the whole Exchange will be transfered. If header or body contains not 
serializable objects, they will be skipped.</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>transacted</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><strong>Camel 2.10.4:</strong> 
if set to true then the consumer runs in transaction mode, where the messages 
in the seda queue will only be removed if the transaction commits, which 
happens when the processing is 
complete.</p></td></tr></tbody></table></div><p>Java
  DSL :</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
+</div></div><h4 
id="BookComponentAppendix-SEDAconsumer&#8211;from(&#8220;hazelcast:seda:foo&#8221;)">SEDA
 consumer &#8211; from(&#8220;hazelcast:seda:foo&#8221;)</h4><p>The SEDA 
consumer provides no operations. You only retrieve data from the specified 
queue.</p><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th 
colspan="1" rowspan="1" class="confluenceTh"><p>Name</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>default value</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>pollInterval</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>1000</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><span>The timeout used when consuming from 
the SEDA queue. </span><span style="color: rgb(0,0,0);">When a timeout occurs, 
the consumer can check whether it is allowed to continue running. Setting a 
lower value allows the consumer to
  react more quickly upon shutdown. (<strong>deprecated</strong> from Camel 
2.15 onwards, use pollTimeout instead).</span></p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><code>pollTimeout</code></td><td colspan="1" 
rowspan="1" class="confluenceTd">1000</td><td colspan="1" rowspan="1" 
class="confluenceTd"><strong>Camel 2.15:</strong> The timeout used when 
consuming from the SEDA queue. <span style="color: rgb(0,0,0);">When a timeout 
occurs, the consumer can check whether it is allowed to continue running. 
Setting a lower value allows the consumer to react more quickly upon 
shutdown.</span></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>concurrentConsumers</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>1</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>To use concurrent consumers 
polling from the SEDA queue.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>transferExchange</
 code></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>false</code></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><strong>Camel 2.8.0:</strong> if set to true the whole 
Exchange will be transfered. If header or body contains not serializable 
objects, they will be skipped.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>transacted</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><strong>Camel 2.10.4:</strong> if set to 
true then the consumer runs in transaction mode, where the messages in the seda 
queue will only be removed if the transaction commits, which happens when the 
processing is complete.</p></td></tr></tbody></table></div><p>Java DSL 
:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
 <script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[from(&quot;hazelcast:seda:foo&quot;)
 .to(&quot;mock:result&quot;);
 ]]></script>

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 Sun Nov 30 14:18:29 
2014
@@ -4120,11 +4120,11 @@ While not actual tutorials you might fin
                     </div>
     </div>
 <h2 id="BookInOnePage-Preface">Preface</h2><p>This tutorial aims to guide the 
reader through the stages of creating a project which uses Camel to facilitate 
the routing of messages from a JMS queue to a <a shape="rect" 
class="external-link" href="http://www.springramework.org"; 
rel="nofollow">Spring</a> service. The route works in a synchronous fashion 
returning a response to the client.</p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1417281554411 {padding: 0px;}
-div.rbtoc1417281554411 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1417281554411 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1417357041739 {padding: 0px;}
+div.rbtoc1417357041739 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1417357041739 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1417281554411">
+/*]]>*/</style></p><div class="toc-macro rbtoc1417357041739">
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Tutorial-JmsRemoting-TutorialonSpringRemotingwithJMS">Tutorial on Spring 
Remoting with JMS</a></li><li><a shape="rect" 
href="#Tutorial-JmsRemoting-Preface">Preface</a></li><li><a shape="rect" 
href="#Tutorial-JmsRemoting-Prerequisites">Prerequisites</a></li><li><a 
shape="rect" 
href="#Tutorial-JmsRemoting-Distribution">Distribution</a></li><li><a 
shape="rect" href="#Tutorial-JmsRemoting-About">About</a></li><li><a 
shape="rect" href="#Tutorial-JmsRemoting-CreatetheCamelProject">Create the 
Camel Project</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Tutorial-JmsRemoting-UpdatethePOMwithDependencies">Update the POM with 
Dependencies</a></li></ul>
 </li><li><a shape="rect" href="#Tutorial-JmsRemoting-WritingtheServer">Writing 
the Server</a>
@@ -6310,11 +6310,11 @@ So we completed the last piece in the pi
 
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1417281556338 {padding: 0px;}
-div.rbtoc1417281556338 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1417281556338 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1417357042012 {padding: 0px;}
+div.rbtoc1417357042012 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1417357042012 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1417281556338">
+/*]]>*/</style><div class="toc-macro rbtoc1417357042012">
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Tutorial-AXIS-Camel-TutorialusingAxis1.4withApacheCamel">Tutorial using 
Axis 1.4 with Apache Camel</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Tutorial-AXIS-Camel-Prerequisites">Prerequisites</a></li><li><a 
shape="rect" 
href="#Tutorial-AXIS-Camel-Distribution">Distribution</a></li><li><a 
shape="rect" 
href="#Tutorial-AXIS-Camel-Introduction">Introduction</a></li><li><a 
shape="rect" href="#Tutorial-AXIS-Camel-SettinguptheprojecttorunAxis">Setting 
up the project to run Axis</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Tutorial-AXIS-Camel-Maven2">Maven 2</a></li><li><a shape="rect" 
href="#Tutorial-AXIS-Camel-wsdl">wsdl</a></li><li><a shape="rect" 
href="#Tutorial-AXIS-Camel-ConfiguringAxis">Configuring Axis</a></li><li><a 
shape="rect" href="#Tutorial-AXIS-Camel-RunningtheExample">Running the 
Example</a></li></ul>
@@ -19682,11 +19682,11 @@ template.send(&quot;direct:alias-verify&
                     </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">/*<![CDATA[*/
-div.rbtoc1417281576821 {padding: 0px;}
-div.rbtoc1417281576821 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1417281576821 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1417357050581 {padding: 0px;}
+div.rbtoc1417357050581 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1417357050581 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1417281576821">
+/*]]>*/</style></p><div class="toc-macro rbtoc1417357050581">
 <ul class="toc-indentation"><li><a shape="rect" href="#CXF-CXFComponent">CXF 
Component</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#CXF-URIformat">URI 
format</a></li><li><a shape="rect" href="#CXF-Options">Options</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#CXF-Thedescriptionsofthedataformats">The descriptions of the 
dataformats</a>
@@ -22956,7 +22956,7 @@ template.sendBodyAndHeader(&quot;direct:
    &lt;to uri=&quot;hazelcast:seda:foo&quot; /&gt;
 &lt;/route&gt;
 ]]></script>
-</div></div><h4 
id="BookInOnePage-SEDAconsumer&#8211;from(&#8220;hazelcast:seda:foo&#8221;)">SEDA
 consumer &#8211; from(&#8220;hazelcast:seda:foo&#8221;)</h4><p>The SEDA 
consumer provides no operations. You only retrieve data from the specified 
queue.</p><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th 
colspan="1" rowspan="1" class="confluenceTh"><p>Name</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>default value</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>pollInterval</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>1000</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>How frequent to poll from the SEDA 
queue</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>concurrentConsumers</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>1</code></p></td><td 
colspan="1
 " rowspan="1" class="confluenceTd"><p>To use concurrent consumers polling from 
the SEDA queue.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>transferExchange</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><strong>Camel 2.8.0:</strong> if set to 
true the whole Exchange will be transfered. If header or body contains not 
serializable objects, they will be skipped.</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>transacted</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><strong>Camel 2.10.4:</strong> 
if set to true then the consumer runs in transaction mode, where the messages 
in the seda queue will only be removed if the transaction commits, which 
happens when the processing is 
complete.</p></td></tr></tbody></table></div><p>Java DSL :</
 p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
+</div></div><h4 
id="BookInOnePage-SEDAconsumer&#8211;from(&#8220;hazelcast:seda:foo&#8221;)">SEDA
 consumer &#8211; from(&#8220;hazelcast:seda:foo&#8221;)</h4><p>The SEDA 
consumer provides no operations. You only retrieve data from the specified 
queue.</p><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th 
colspan="1" rowspan="1" class="confluenceTh"><p>Name</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>default value</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>pollInterval</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>1000</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><span>The timeout used when consuming from 
the SEDA queue. </span><span style="color: rgb(0,0,0);">When a timeout occurs, 
the consumer can check whether it is allowed to continue running. Setting a 
lower value allows the consumer to react m
 ore quickly upon shutdown. (<strong>deprecated</strong> from Camel 2.15 
onwards, use pollTimeout instead).</span></p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><code>pollTimeout</code></td><td colspan="1" 
rowspan="1" class="confluenceTd">1000</td><td colspan="1" rowspan="1" 
class="confluenceTd"><strong>Camel 2.15:</strong> The timeout used when 
consuming from the SEDA queue. <span style="color: rgb(0,0,0);">When a timeout 
occurs, the consumer can check whether it is allowed to continue running. 
Setting a lower value allows the consumer to react more quickly upon 
shutdown.</span></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>concurrentConsumers</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>1</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>To use concurrent consumers 
polling from the SEDA queue.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>transferExchange</code></p
 ></td><td colspan="1" rowspan="1" 
 >class="confluenceTd"><p><code>false</code></p></td><td colspan="1" 
 >rowspan="1" class="confluenceTd"><p><strong>Camel 2.8.0:</strong> if set to 
 >true the whole Exchange will be transfered. If header or body contains not 
 >serializable objects, they will be skipped.</p></td></tr><tr><td colspan="1" 
 >rowspan="1" class="confluenceTd"><p><code>transacted</code></p></td><td 
 >colspan="1" rowspan="1" 
 >class="confluenceTd"><p><code>false</code></p></td><td colspan="1" 
 >rowspan="1" class="confluenceTd"><p><strong>Camel 2.10.4:</strong> if set to 
 >true then the consumer runs in transaction mode, where the messages in the 
 >seda queue will only be removed if the transaction commits, which happens 
 >when the processing is complete.</p></td></tr></tbody></table></div><p>Java 
 >DSL :</p><div class="code panel pdl" style="border-width: 1px;"><div 
 >class="codeContent panelContent pdl">
 <script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[from(&quot;hazelcast:seda:foo&quot;)
 .to(&quot;mock:result&quot;);
 ]]></script>

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

Modified: websites/production/camel/content/hazelcast-component.html
==============================================================================
--- websites/production/camel/content/hazelcast-component.html (original)
+++ websites/production/camel/content/hazelcast-component.html Sun Nov 30 
14:18:29 2014
@@ -526,7 +526,7 @@ template.sendBodyAndHeader(&quot;direct:
    &lt;to uri=&quot;hazelcast:seda:foo&quot; /&gt;
 &lt;/route&gt;
 ]]></script>
-</div></div><h4 
id="HazelcastComponent-SEDAconsumer&#8211;from(&#8220;hazelcast:seda:foo&#8221;)">SEDA
 consumer &#8211; from(&#8220;hazelcast:seda:foo&#8221;)</h4><p>The SEDA 
consumer provides no operations. You only retrieve data from the specified 
queue.</p><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th 
colspan="1" rowspan="1" class="confluenceTh"><p>Name</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>default value</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>pollInterval</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>1000</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>How frequent to poll from the SEDA 
queue</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>concurrentConsumers</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>1</code></p></td><td colsp
 an="1" rowspan="1" class="confluenceTd"><p>To use concurrent consumers polling 
from the SEDA queue.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>transferExchange</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><strong>Camel 2.8.0:</strong> if set to 
true the whole Exchange will be transfered. If header or body contains not 
serializable objects, they will be skipped.</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>transacted</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><strong>Camel 2.10.4:</strong> 
if set to true then the consumer runs in transaction mode, where the messages 
in the seda queue will only be removed if the transaction commits, which 
happens when the processing is 
complete.</p></td></tr></tbody></table></div><p>Java DS
 L :</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
+</div></div><h4 
id="HazelcastComponent-SEDAconsumer&#8211;from(&#8220;hazelcast:seda:foo&#8221;)">SEDA
 consumer &#8211; from(&#8220;hazelcast:seda:foo&#8221;)</h4><p>The SEDA 
consumer provides no operations. You only retrieve data from the specified 
queue.</p><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th 
colspan="1" rowspan="1" class="confluenceTh"><p>Name</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>default value</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>pollInterval</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>1000</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><span>The timeout used when consuming from 
the SEDA queue. </span><span style="color: rgb(0,0,0);">When a timeout occurs, 
the consumer can check whether it is allowed to continue running. Setting a 
lower value allows the consumer to re
 act more quickly upon shutdown. (<strong>deprecated</strong> from Camel 2.15 
onwards, use pollTimeout instead).</span></p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><code>pollTimeout</code></td><td colspan="1" 
rowspan="1" class="confluenceTd">1000</td><td colspan="1" rowspan="1" 
class="confluenceTd"><strong>Camel 2.15:</strong> The timeout used when 
consuming from the SEDA queue. <span style="color: rgb(0,0,0);">When a timeout 
occurs, the consumer can check whether it is allowed to continue running. 
Setting a lower value allows the consumer to react more quickly upon 
shutdown.</span></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>concurrentConsumers</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>1</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>To use concurrent consumers 
polling from the SEDA queue.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>transferExchange</cod
 e></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>false</code></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><strong>Camel 2.8.0:</strong> if set to true the whole 
Exchange will be transfered. If header or body contains not serializable 
objects, they will be skipped.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>transacted</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><strong>Camel 2.10.4:</strong> if set to 
true then the consumer runs in transaction mode, where the messages in the seda 
queue will only be removed if the transaction commits, which happens when the 
processing is complete.</p></td></tr></tbody></table></div><p>Java DSL 
:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
 <script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[from(&quot;hazelcast:seda:foo&quot;)
 .to(&quot;mock:result&quot;);
 ]]></script>


Reply via email to