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 2012/11/03 14:18:09 UTC

svn commit: r837136 - in /websites/production/camel/content: asynchronous-routing-engine.html cache/main.pageCache

Author: buildbot
Date: Sat Nov  3 13:18:09 2012
New Revision: 837136

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 Sat Nov  3 13:18:09 2012
@@ -80,7 +80,7 @@
 
 <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>
-<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="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="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><a shape="rect" href="seda.html" title="SEDA">SEDA</a> (both consumer and producer)</li></ul>
+<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="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="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 mistakenly 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.h
 tml#Camel3.0-Roadmap-SEDA%2FVMcomponentstoleverageasyncroutingengine">Camel 3.0</a>.</li></ul>
 
 
 <p>When we say a component is supported, that means, the component is leveraging the asynchronous model. For example <a shape="rect" href="jetty.html" title="Jetty">Jetty</a> uses continuations and the async http client to be fully asynchronous and non blocked. That means no threads will ever be blocked while waiting for a reply.</p>
@@ -93,8 +93,7 @@ All the <a shape="rect" href="enterprise
 
 <h2><a shape="rect" name="AsynchronousRoutingEngine-Backgroundinformation"></a>Background information</h2>
 
-<p>See <a shape="rect" href="asynchronous-processing.html" title="Asynchronous Processing">Asynchronous Processing</a> for additional information and the concepts behind the asynchronous model.</p>
-</div>
+<p>See <a shape="rect" href="asynchronous-processing.html" title="Asynchronous Processing">Asynchronous Processing</a> for additional information and the concepts behind the asynchronous model.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

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