Author: buildbot
Date: Fri Nov  2 11:18:26 2012
New Revision: 837014

Log:
Production update by buildbot for camel

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

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

Modified: websites/production/camel/content/controlbus.html
==============================================================================
--- websites/production/camel/content/controlbus.html (original)
+++ websites/production/camel/content/controlbus.html Fri Nov  2 11:18:26 2012
@@ -82,9 +82,10 @@
 
 <p>Use a Control Bus to manage an enterprise integration system. The Control 
Bus uses the same messaging mechanism used by the application data, but uses 
separate channels to transmit data that is relevant to the management of 
components involved in the message flow.</p>
 
-<p>In Camel you can manage and monitor using <a shape="rect" 
href="camel-jmx.html" title="Camel JMX">JMX</a>, or access the Java API from 
<tt>CamelContext</tt> or from the <tt>org.apache.camel.api.management</tt> 
package.</p>
+<p>In Camel you can manage and monitor using <a shape="rect" 
href="camel-jmx.html" title="Camel JMX">JMX</a>, or access the Java API from 
<tt>CamelContext</tt>, or from the <tt>org.apache.camel.api.management</tt> 
package,<br clear="none">
+or use the event notifier which has an example <a shape="rect" 
href="eventnotifier-to-log-details-about-all-sent-exchanges.html" 
title="EventNotifier to log details about all sent Exchanges">here</a>.</p>
 
-<p>From Camel 2.11 onwards we have introduced a new <span 
class="error">[Control Bus]</span> component that allows you to send messages 
to a control bus <a shape="rect" href="endpoint.html" 
title="Endpoint">Endpoint</a> that reacts accordingly.</p>
+<p>From Camel 2.11 onwards we have introduced a new <a shape="rect" 
href="controlbus-component.html" title="ControlBus Component">ControlBus 
Component</a> that allows you to send messages to a control bus <a shape="rect" 
href="endpoint.html" title="Endpoint">Endpoint</a> that reacts accordingly.</p>
 
 <h2><a shape="rect" name="ControlBus-ControlBusComponent"></a>ControlBus 
Component</h2>
 <p><b>Available as of Camel 2.11</b></p>

Modified: websites/production/camel/content/http4.html
==============================================================================
--- websites/production/camel/content/http4.html (original)
+++ websites/production/camel/content/http4.html Fri Nov  2 11:18:26 2012
@@ -138,12 +138,6 @@ http4:hostname[:port][/resourceUri][?opt
 </div>
 </div>
 
-<h3><a shape="rect" name="HTTP4-HttpComponentOptions"></a>HttpComponent 
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>httpBinding</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> To use a custom 
<tt>org.apache.camel.component.http.HttpBinding</tt>. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>httpClientConfigurer</tt> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> To use a custom 
<tt>org.apache.camel.component.http.HttpClientConfigurer</tt>. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>httpConnectionManager</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan
 ="1" rowspan="1" class="confluenceTd"> To use a custom 
<tt>org.apache.commons.httpclient.HttpConnectionManager</tt>. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>httpContext</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.2:</b> To use a 
custom <tt>org.apache.http.protocol.HttpContext</tt> when executing requests. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>x509HostnameVerifier</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.7:</b> To use a custom 
<tt>org.apache.http.conn.ssl.X509HostnameVerifier.</tt> </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>sslContextParameters</tt><br 
clear="none" class="atl-forced-newline"> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> null<br clear="none" class="atl-forced-newline"> </td><
 td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.8:</b> To 
configure a custom SSL/TLS configuration options at the component level.&#160; 
See&#160; <a shape="rect" href="#HTTP4-UsingtheJSSEConfigurationUtility">Using 
the JSSE Configuration Utility</a> for more details.<br clear="none" 
class="atl-forced-newline"> </td></tr></tbody></table>
-</div>
-</div>
 
 <h3><a shape="rect" name="HTTP4-MessageHeaders"></a>Message Headers</h3>
 


Reply via email to