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/09/23 11:24:54 UTC

svn commit: r879547 - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache nmr.html

Author: buildbot
Date: Mon Sep 23 09:24:53 2013
New Revision: 879547

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-component-appendix.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/nmr.html

Modified: websites/production/camel/content/book-component-appendix.html
==============================================================================
--- websites/production/camel/content/book-component-appendix.html (original)
+++ websites/production/camel/content/book-component-appendix.html Mon Sep 23 09:24:53 2013
@@ -13145,7 +13145,7 @@ nmr:endpointName
 
 <h4><a shape="rect" name="BookComponentAppendix-URIOptions"></a>URI Options</h4>
 <div class="confluenceTableSmall"><div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Option </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>runAsSubject</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Apache ServiceMix 4.4:</b> When this is set to <tt><b>true</b></tt> on a consumer endpoint, the endpoint will be invoked on behalf of the <tt>Subject</tt> that is set on the <tt>Exchange</tt> (i.e. the call to <tt>Subject.getSubject(AccessControlContext)</tt> will return the <tt>Subject</tt> instance) </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>synchronous</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> When this is set to <tt><b>true</b>
 </tt> on a consumer endpoint, an incoming, synchronous NMR Exchange will be handled on the sender's thread instead of being handled on a new thread of the NMR endpoint's thread pool </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>timeout</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Apache ServiceMix 4.4:</b> When this is set to a value greater than 0, the producer endpoint will timeout if it doesn't receive a response from the NMR within the given timeout period (in milliseconds).  Configuring a timeout value will switch to using synchronous interactions with the NMR instead of the usual asynchronous messaging. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>throwExceptionOnFailure</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> true </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Apache ServiceMix 4.5.2:</b> When this is set to <tt><b>fal
 se</b></tt> then NMR's exceptions (like TimeoutException) will be consumed silently. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Option </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>runAsSubject</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Apache ServiceMix 4.4:</b> When this is set to <tt><b>true</b></tt> on a consumer endpoint, the endpoint will be invoked on behalf of the <tt>Subject</tt> that is set on the <tt>Exchange</tt> (i.e. the call to <tt>Subject.getSubject(AccessControlContext)</tt> will return the <tt>Subject</tt> instance) </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>synchronous</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> When this is set to <tt><b>true</b>
 </tt> on a consumer endpoint, an incoming, synchronous NMR Exchange will be handled on the sender's thread instead of being handled on a new thread of the NMR endpoint's thread pool </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>timeout</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Apache ServiceMix 4.4:</b> When this is set to a value greater than 0, the producer endpoint will timeout if it doesn't receive a response from the NMR within the given timeout period (in milliseconds).  Configuring a timeout value will switch to using synchronous interactions with the NMR instead of the usual asynchronous messaging. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>throwExceptionOnFailure</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> true </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Apache ServiceMix 4.5.2:</b> When this is set to <tt><b>fal
 se</b></tt> then NMR's exceptions (like TimeoutException) will be consumed silently. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>interfaceName</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> null </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Apache ServiceMix 4.5.3:</b> When specify this as a <tt><b>QName</b></tt> then it could be considered when NMR looking for the target NMR endpoint during dispatch</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>serviceName</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> null </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Apache ServiceMix 4.5.3:</b> When specify this as a <tt><b>QName</b></tt> then it could be considered when NMR looking for the target NMR endpoint during dispatch</td></tr></tbody></table>
 </div>
 </div>
 

Modified: websites/production/camel/content/book-in-one-page.html
==============================================================================
--- websites/production/camel/content/book-in-one-page.html (original)
+++ websites/production/camel/content/book-in-one-page.html Mon Sep 23 09:24:53 2013
@@ -34600,7 +34600,7 @@ nmr:endpointName
 
 <h4><a shape="rect" name="BookInOnePage-URIOptions"></a>URI Options</h4>
 <div class="confluenceTableSmall"><div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Option </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>runAsSubject</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Apache ServiceMix 4.4:</b> When this is set to <tt><b>true</b></tt> on a consumer endpoint, the endpoint will be invoked on behalf of the <tt>Subject</tt> that is set on the <tt>Exchange</tt> (i.e. the call to <tt>Subject.getSubject(AccessControlContext)</tt> will return the <tt>Subject</tt> instance) </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>synchronous</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> When this is set to <tt><b>true</b>
 </tt> on a consumer endpoint, an incoming, synchronous NMR Exchange will be handled on the sender's thread instead of being handled on a new thread of the NMR endpoint's thread pool </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>timeout</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Apache ServiceMix 4.4:</b> When this is set to a value greater than 0, the producer endpoint will timeout if it doesn't receive a response from the NMR within the given timeout period (in milliseconds).  Configuring a timeout value will switch to using synchronous interactions with the NMR instead of the usual asynchronous messaging. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>throwExceptionOnFailure</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> true </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Apache ServiceMix 4.5.2:</b> When this is set to <tt><b>fal
 se</b></tt> then NMR's exceptions (like TimeoutException) will be consumed silently. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Option </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>runAsSubject</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Apache ServiceMix 4.4:</b> When this is set to <tt><b>true</b></tt> on a consumer endpoint, the endpoint will be invoked on behalf of the <tt>Subject</tt> that is set on the <tt>Exchange</tt> (i.e. the call to <tt>Subject.getSubject(AccessControlContext)</tt> will return the <tt>Subject</tt> instance) </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>synchronous</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> When this is set to <tt><b>true</b>
 </tt> on a consumer endpoint, an incoming, synchronous NMR Exchange will be handled on the sender's thread instead of being handled on a new thread of the NMR endpoint's thread pool </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>timeout</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Apache ServiceMix 4.4:</b> When this is set to a value greater than 0, the producer endpoint will timeout if it doesn't receive a response from the NMR within the given timeout period (in milliseconds).  Configuring a timeout value will switch to using synchronous interactions with the NMR instead of the usual asynchronous messaging. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>throwExceptionOnFailure</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> true </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Apache ServiceMix 4.5.2:</b> When this is set to <tt><b>fal
 se</b></tt> then NMR's exceptions (like TimeoutException) will be consumed silently. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>interfaceName</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> null </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Apache ServiceMix 4.5.3:</b> When specify this as a <tt><b>QName</b></tt> then it could be considered when NMR looking for the target NMR endpoint during dispatch</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>serviceName</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> null </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Apache ServiceMix 4.5.3:</b> When specify this as a <tt><b>QName</b></tt> then it could be considered when NMR looking for the target NMR endpoint during dispatch</td></tr></tbody></table>
 </div>
 </div>
 

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

Modified: websites/production/camel/content/nmr.html
==============================================================================
--- websites/production/camel/content/nmr.html (original)
+++ websites/production/camel/content/nmr.html Mon Sep 23 09:24:53 2013
@@ -166,7 +166,7 @@ nmr:endpointName
 
 <h4><a shape="rect" name="NMR-URIOptions"></a>URI Options</h4>
 <div class="confluenceTableSmall"><div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Option </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>runAsSubject</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Apache ServiceMix 4.4:</b> When this is set to <tt><b>true</b></tt> on a consumer endpoint, the endpoint will be invoked on behalf of the <tt>Subject</tt> that is set on the <tt>Exchange</tt> (i.e. the call to <tt>Subject.getSubject(AccessControlContext)</tt> will return the <tt>Subject</tt> instance) </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>synchronous</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> When this is set to <tt><b>true</b>
 </tt> on a consumer endpoint, an incoming, synchronous NMR Exchange will be handled on the sender's thread instead of being handled on a new thread of the NMR endpoint's thread pool </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>timeout</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Apache ServiceMix 4.4:</b> When this is set to a value greater than 0, the producer endpoint will timeout if it doesn't receive a response from the NMR within the given timeout period (in milliseconds).  Configuring a timeout value will switch to using synchronous interactions with the NMR instead of the usual asynchronous messaging. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>throwExceptionOnFailure</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> true </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Apache ServiceMix 4.5.2:</b> When this is set to <tt><b>fal
 se</b></tt> then NMR's exceptions (like TimeoutException) will be consumed silently. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Option </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>runAsSubject</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Apache ServiceMix 4.4:</b> When this is set to <tt><b>true</b></tt> on a consumer endpoint, the endpoint will be invoked on behalf of the <tt>Subject</tt> that is set on the <tt>Exchange</tt> (i.e. the call to <tt>Subject.getSubject(AccessControlContext)</tt> will return the <tt>Subject</tt> instance) </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>synchronous</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> When this is set to <tt><b>true</b>
 </tt> on a consumer endpoint, an incoming, synchronous NMR Exchange will be handled on the sender's thread instead of being handled on a new thread of the NMR endpoint's thread pool </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>timeout</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Apache ServiceMix 4.4:</b> When this is set to a value greater than 0, the producer endpoint will timeout if it doesn't receive a response from the NMR within the given timeout period (in milliseconds).  Configuring a timeout value will switch to using synchronous interactions with the NMR instead of the usual asynchronous messaging. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>throwExceptionOnFailure</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> true </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Apache ServiceMix 4.5.2:</b> When this is set to <tt><b>fal
 se</b></tt> then NMR's exceptions (like TimeoutException) will be consumed silently. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>interfaceName</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> null </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Apache ServiceMix 4.5.3:</b> When specify this as a <tt><b>QName</b></tt> then it could be considered when NMR looking for the target NMR endpoint during dispatch</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>serviceName</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> null </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Apache ServiceMix 4.5.3:</b> When specify this as a <tt><b>QName</b></tt> then it could be considered when NMR looking for the target NMR endpoint during dispatch</td></tr></tbody></table>
 </div>
 </div>