Author: buildbot
Date: Fri Jul 19 18:20:11 2013
New Revision: 870166

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/asynchronous-routing-engine.html
    websites/production/camel/content/cache/main.pageCache

Modified: websites/production/camel/content/asynchronous-routing-engine.html
==============================================================================
--- websites/production/camel/content/asynchronous-routing-engine.html 
(original)
+++ websites/production/camel/content/asynchronous-routing-engine.html Fri Jul 
19 18:20:11 2013
@@ -79,7 +79,7 @@
 <p><b>Available as of Camel 2.4</b></p>
 
 <p>As of Camel 2.4 the asynchronous routing engine is back and kicking.<br 
clear="none">
-All the <a shape="rect" href="enterprise-integration-patterns.html" 
title="Enterprise Integration Patterns">Enterprise Integration Patterns</a> is 
supported as well a selected number of <a shape="rect" href="components.html" 
title="Components">Components</a>:</p>
+All the <a shape="rect" href="enterprise-integration-patterns.html" 
title="Enterprise Integration Patterns">Enterprise Integration Patterns</a> are 
supported as well a selected number of <a shape="rect" href="components.html" 
title="Components">Components</a>:</p>
 <ul class="alternate" type="square"><li><a shape="rect" href="ahc.html" 
title="AHC">AHC</a> <b>Camel 2.8:</b> (only producer)</li><li><a shape="rect" 
href="aws.html" title="AWS">AWS</a> <b>Camel 2.11:</b> (only consumer) for S3 
and SNS.</li><li><a shape="rect" href="avro.html" title="avro">Avro</a> 
<b>Camel 2.10:</b> (only producer)</li><li><a shape="rect" href="cxf.html" 
title="CXF">CXF</a> <b>Camel 2.5:</b> (both consumer and producer)</li><li><a 
shape="rect" href="cxfrs.html" title="CXFRS">CXFRS</a> <b>Camel 2.5:</b> (only 
consumer)</li><li><a shape="rect" href="direct-vm.html" 
title="Direct-VM">Direct-VM</a> <b>Camel 2.10.5/2.11.0:</b> (both consumer and 
producer)</li><li><a shape="rect" href="guava-eventbus.html" title="Guava 
EventBus">Guava EventBus</a> <b>Camel 2.10:</b> (only consumer)</li><li><a 
shape="rect" href="jbi.html" title="JBI">JBI</a> (both consumer and 
producer)</li><li><a shape="rect" href="jetty.html" title="Jetty">Jetty</a> 
(both consumer and producer)</li><li>
 <a shape="rect" href="jgroups.html" title="JGroups">JGroups</a> <b>Camel 
2.10:</b> (only consumer)</li><li><a shape="rect" href="jms.html" 
title="JMS">JMS</a> <b>Camel 2.5:</b> (only producer for <a shape="rect" 
href="request-reply.html" title="Request Reply">Request Reply</a> messaging 
over JMS). <b>Camel 2.9:</b> (consumer, if option <tt>asyncConsumer=true</tt> 
is used).</li><li><a shape="rect" href="jms.html" title="JMS">JMS</a> <b>Camel 
2.9:</b> (also consumer)</li><li><a shape="rect" href="mqtt.html" 
title="MQTT">MQTT</a> <b>Camel 2.10.2:</b> (only producer)</li><li><a 
shape="rect" href="nmr.html" title="NMR">NMR</a> (both consumer and 
producer)</li><li><a shape="rect" href="netty.html" title="Netty">Netty</a> 
only producer (<b>Camel 2.10:</b> also consumer)</li><li><a shape="rect" 
href="restlet.html" title="Restlet">Restlet</a> <b>Camel 2.8:</b> (only 
producer)</li><li><del><a shape="rect" href="seda.html" title="SEDA">SEDA</a> 
(both consumer and producer)</del> SEDA was mista
 kenly in this list until November 3rd 2012. As of Camel 2.10.x, it still does 
not leverage the Async Routing Engine, but support is planned for <a 
shape="rect" class="external-link" 
href="http://camel.apache.org/camel-30-roadmap.html#Camel3.0-Roadmap-SEDA%2FVMcomponentstoleverageasyncroutingengine";>Camel
 3.0</a>.</li></ul>
 
 
@@ -89,7 +89,7 @@ All the <a shape="rect" href="enterprise
 
 <h3><a shape="rect" 
name="AsynchronousRoutingEngine-Forcingtousesynchronousprocessing"></a>Forcing 
to use synchronous processing</h3>
 
-<p>You can configure the endpoints with the option <tt>synchronous=true</tt> 
to force using synchronous processing. For example when sending a web service 
request using <a shape="rect" href="cxf.html" title="CXF">CXF</a>, the caller 
will wait for the reply, if <tt>synchronous=true</tt> was configured. Currently 
this option is supported by the  all the producers. If you don't want to let 
the <a shape="rect" href="cxf.html" title="CXF">CXF</a> consumer leverage the 
CXF continuation API to use the asynchronous processing, you can also use this 
option <tt>synchronous=true</tt> to disable it. The <a shape="rect" 
href="jbi.html" title="JBI">JBI</a> and <a shape="rect" href="nmr.html" 
title="NMR">NMR</a> component is always asynchronous and doesn't support this 
option.</p>
+<p>You can configure the endpoints with the option <tt>synchronous=true</tt> 
to force using synchronous processing. For example when sending a web service 
request using <a shape="rect" href="cxf.html" title="CXF">CXF</a>, the caller 
will wait for the reply if <tt>synchronous=true</tt> was configured. Currently 
this option is supported by the all the producers. If you don't want to let the 
<a shape="rect" href="cxf.html" title="CXF">CXF</a> consumer leverage the CXF 
continuation API to use the asynchronous processing, you can also use this 
option <tt>synchronous=true</tt> to disable it. The <a shape="rect" 
href="jbi.html" title="JBI">JBI</a> and <a shape="rect" href="nmr.html" 
title="NMR">NMR</a> component are always asynchronous and doesn't support this 
option.</p>
 
 <h2><a shape="rect" 
name="AsynchronousRoutingEngine-Backgroundinformation"></a>Background 
information</h2>
 

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


Reply via email to