You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by ch...@apache.org on 2007/05/07 13:07:05 UTC

svn commit: r535849 - /webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html

Author: chathura_ce
Date: Mon May  7 04:07:04 2007
New Revision: 535849

URL: http://svn.apache.org/viewvc?view=rev&rev=535849
Log:
Added links to load balance and failover samples.

Modified:
    webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html

Modified: webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html?view=diff&rev=535849&r1=535848&r2=535849
==============================================================================
--- webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html (original)
+++ webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html Mon May  7 04:07:04 2007
@@ -157,6 +157,8 @@
       <li><a href="#Sample51">Sample 51: MTOM and SwA optimizations and
         request/response correlation</a></li>
       <li><a href="#Sample52">Sample 52: POX to SOAP conversion</a></li>
+      <li><a href="#Sample54">Sample 54: Load balancing</a></li>
+      <li><a href="#Sample55">Sample 55: Failover</a></li>
     </ul>
   </li>
   <li><a href="#ProxyServices">Synapse Proxy service samples</a> 
@@ -1201,7 +1203,7 @@
    &lt;/m0:request&gt;
 &lt;/m0:getQuote&gt;0</pre>
 
-<h2>Sample 54: </h2>
+<h2><a name="Sample54">Sample 54:</a></h2>
 <pre>&lt;!-- demontrates simple session less load balancing between 3 endpoints --&gt;
 &lt;definitions xmlns="http://ws.apache.org/ns/synapse"&gt;
 
@@ -1314,7 +1316,7 @@
 Therefore, load balance endpoint will suspend any failed child endpoint only
 for 60 seconds after detecting the failure. </p>
 
-<h2>Sample 55:</h2>
+<h2><a name="Sample55">Sample 55:</a></h2>
 <pre>&lt;!-- Demontrates failover sending among 3 endpoints. --&gt;
 &lt;definitions xmlns="http://ws.apache.org/ns/synapse"&gt;
 



---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org