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 2012/08/26 10:19:25 UTC

svn commit: r830167 - in /websites/production/camel/content: book-in-one-page.html book-pattern-appendix.html cache/main.pageCache load-balancer.html

Author: buildbot
Date: Sun Aug 26 08:19:24 2012
New Revision: 830167

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/book-pattern-appendix.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/load-balancer.html

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 Sun Aug 26 08:19:24 2012
@@ -17924,6 +17924,8 @@ from(<span class="code-quote">"activemq:
 </div>
 
 
+<div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Load balancing HTTP endpoints</b><br clear="none">If you are proxying and load balancing HTTP, then see <a shape="rect" href="how-to-use-camel-as-a-http-proxy-between-a-client-and-server.html" title="How to use Camel as a HTTP proxy between a client and server">this page</a> for more details.</td></tr></table></div>
+
 <h3><a shape="rect" name="BookInOnePage-RoundRobin"></a>Round Robin</h3>
 
 <p>The round robin load balancer is not meant to work with failover, for that you should use the dedicated <b>failover</b> load balancer. The round robin load balancer will only change to next endpoint per message.</p>

Modified: websites/production/camel/content/book-pattern-appendix.html
==============================================================================
--- websites/production/camel/content/book-pattern-appendix.html (original)
+++ websites/production/camel/content/book-pattern-appendix.html Sun Aug 26 08:19:24 2012
@@ -3568,6 +3568,8 @@ from(<span class="code-quote">"activemq:
 </div>
 
 
+<div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Load balancing HTTP endpoints</b><br clear="none">If you are proxying and load balancing HTTP, then see <a shape="rect" href="how-to-use-camel-as-a-http-proxy-between-a-client-and-server.html" title="How to use Camel as a HTTP proxy between a client and server">this page</a> for more details.</td></tr></table></div>
+
 <h3><a shape="rect" name="BookPatternAppendix-RoundRobin"></a>Round Robin</h3>
 
 <p>The round robin load balancer is not meant to work with failover, for that you should use the dedicated <b>failover</b> load balancer. The round robin load balancer will only change to next endpoint per message.</p>

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

Modified: websites/production/camel/content/load-balancer.html
==============================================================================
--- websites/production/camel/content/load-balancer.html (original)
+++ websites/production/camel/content/load-balancer.html Sun Aug 26 08:19:24 2012
@@ -87,6 +87,8 @@
 </div>
 
 
+<div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Load balancing HTTP endpoints</b><br clear="none">If you are proxying and load balancing HTTP, then see <a shape="rect" href="how-to-use-camel-as-a-http-proxy-between-a-client-and-server.html" title="How to use Camel as a HTTP proxy between a client and server">this page</a> for more details.</td></tr></table></div>
+
 <h3><a shape="rect" name="LoadBalancer-RoundRobin"></a>Round Robin</h3>
 
 <p>The round robin load balancer is not meant to work with failover, for that you should use the dedicated <b>failover</b> load balancer. The round robin load balancer will only change to next endpoint per message.</p>