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 2013/12/30 23:18:55 UTC

svn commit: r892200 - in /websites/production/camel/content: cache/main.pageCache jgroups.html

Author: buildbot
Date: Mon Dec 30 22:18:55 2013
New Revision: 892200

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/jgroups.html

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

Modified: websites/production/camel/content/jgroups.html
==============================================================================
--- websites/production/camel/content/jgroups.html (original)
+++ websites/production/camel/content/jgroups.html Mon Dec 30 22:18:55 2013
@@ -111,7 +111,7 @@
 </div></div><h3 id="JGroups-URIformat">URI format</h3><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[jgroups:clusterName[?options]
 ]]></script>
-</div></div><p>Where <strong>clusterName</strong> represents the name of the JGroups cluster the component should connect to.</p><h3 id="JGroups-Options">Options</h3><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>channelProperties</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>Camel 2.10.0:</strong> Specifies configuration properties of the <a shape="rect" class="external-link" href="http://www.jgroups.org/javadoc/org/jgroups/JChannel.html" rel="nofollow">JChannel </a> used by the endpoint.</p></td></tr></tbody></table></div><h3 id="JGroups-Usage">Usage</h3><p>Using <code>jgroups</code> 
 component on the consumer side of the route will capture messages received by the <code>JChannel</code> associated with the endpoint and forward them to the Camel route. JGroups consumer processes incoming messages <a shape="rect" class="external-link" href="http://camel.apache.org/asynchronous-routing-engine.html">asynchronously</a>.</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><p>Where <strong>clusterName</strong> represents the name of the JGroups cluster the component should connect to.</p><h3 id="JGroups-Options">Options</h3><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>channelProperties</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>Camel 2.10.0:</strong> Specifies configuration properties of the <a shape="rect" class="external-link" href="http://www.jgroups.org/javadoc/org/jgroups/JChannel.html" rel="nofollow">JChannel </a> used by the endpoint.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><code>enableViewMessages</code><
 /td><td colspan="1" rowspan="1" class="confluenceTd"><code>false</code></td><td colspan="1" rowspan="1" class="confluenceTd"><strong>Camel 2.13.0</strong>:&#160; Consumer only. If set to <code>true</code>, the consumer endpoint will receive <code>org.jgroups.View</code> messages as well (not only <code>org.jgroups.Message</code> instances).</td></tr></tbody></table></div><h3 id="JGroups-Usage">Usage</h3><p>Using <code>jgroups</code> component on the consumer side of the route will capture messages received by the <code>JChannel</code> associated with the endpoint and forward them to the Camel route. JGroups consumer processes incoming messages <a shape="rect" class="external-link" href="http://camel.apache.org/asynchronous-routing-engine.html">asynchronously</a>.</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[// Capture messages from cluster named
 // &#39;clusterName&#39; and send them to Camel route.
 from(&quot;jgroups:clusterName&quot;).to(&quot;seda:queue&quot;);