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/06/05 16:20:08 UTC

svn commit: r864536 - in /websites/production/camel/content: cache/main.pageCache direct-vm.html

Author: buildbot
Date: Wed Jun  5 14:20:08 2013
New Revision: 864536

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/direct-vm.html

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

Modified: websites/production/camel/content/direct-vm.html
==============================================================================
--- websites/production/camel/content/direct-vm.html (original)
+++ websites/production/camel/content/direct-vm.html Wed Jun  5 14:20:08 2013
@@ -101,6 +101,13 @@ direct-vm:someName
 
 <p>Where <b>someName</b> can be any string to uniquely identify the endpoint</p>
 
+<h3><a shape="rect" name="Direct-VM-Options"></a>Options</h3>
+<div class="confluenceTableSmall"><div class="table-wrap">
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>block</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11.1:</b> If sending a message to a direct endpoint which has no active consumer, then we can tell the producer to block and wait for the consumer to become active. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>timeout</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>30000</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11.1:</b> The timeout value to use if block is enabled. </td></tr></tbody></table>
+</div>
+</div>
+
+
 <h3><a shape="rect" name="Direct-VM-Samples"></a>Samples</h3>
 <p>In the route below we use the direct component to link the two routes together:</p>