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 2014/03/13 14:19:08 UTC

svn commit: r901435 - in /websites/production/camel/content: cache/main.pageCache sql-component.html

Author: buildbot
Date: Thu Mar 13 13:19:08 2014
New Revision: 901435

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/sql-component.html

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

Modified: websites/production/camel/content/sql-component.html
==============================================================================
--- websites/production/camel/content/sql-component.html (original)
+++ websites/production/camel/content/sql-component.html Thu Mar 13 13:19:08 2014
@@ -98,7 +98,7 @@
 </div></div><p>The SQL component also supports:</p><ul class="alternate"><li>a JDBC based repository for the <a shape="rect" href="idempotent-consumer.html">Idempotent Consumer</a> EIP pattern. See further below.</li><li>a JDBC based repository for the <a shape="rect" href="aggregator2.html">Aggregator</a> EIP pattern. See further below.</li></ul><h3 id="SQLComponent-URIformat">URI format</h3>    <div class="aui-message problem shadowed information-macro">
                             <span class="aui-icon icon-problem">Icon</span>
                 <div class="message-content">
-                            <p>In Camel 2.10 or older the SQL component can only be used as producer.<br clear="none"> From Camel 2.11 onwards this component can also be a consumer, eg <code>from()</code>.</p>
+                            <p>From Camel 2.11 onwards this component can create both consumer (e.g. <code>from()</code>) and producer endpoints (e.g. <code>to()</code>).</p><p>In previous versions, it could only act as a producer.</p>
                     </div>
     </div>
     <div class="aui-message hint shadowed information-macro">