Author: buildbot Date: Tue Apr 3 21:18:50 2012 New Revision: 811368 Log: Production update by buildbot for camel
Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/configuring-route-startup-ordering-and-autostartup.html Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/configuring-route-startup-ordering-and-autostartup.html ============================================================================== --- websites/production/camel/content/configuring-route-startup-ordering-and-autostartup.html (original) +++ websites/production/camel/content/configuring-route-startup-ordering-and-autostartup.html Tue Apr 3 21:18:50 2012 @@ -171,7 +171,8 @@ You should also use numbers that are low <h4><a shape="rect" name="Configuringroutestartuporderingandautostartup-Whydoyouwanttocontrolthestartingorder%3F"></a>Why do you want to control the starting order?</h4> <p>It can help in cases where routes are inter dependent on each other and also help with graceful shutting down Camel as Camel can stop the routes in the correct order as well.</p> -<div class="panelMacro"><table class="infoMacro"><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/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Stopping routes</b><br clear="none">Camel will stop the routes in the <b>same</b> order in which they was started.</td></tr></table></div> +<div class="panelMacro"><table class="infoMacro"><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/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Stopping routes</b><br clear="none"><b>Camel 2.2:</b> Camel will stop the routes in the <b>same</b> order that they were started.<br clear="none"> +<b>Camel 2.3:</b> Camel will stop the routes in the <b>reverse</b> order that they were started.</td></tr></table></div> <h3><a shape="rect" name="Configuringroutestartuporderingandautostartup-Examples"></a>Examples</h3> <p>Lets try a couple of examples</p> @@ -239,7 +240,10 @@ As <tt>direct:start</tt> is consider the <p>So you can use this to your advantage to only assign a <tt>startupOrder</tt> on the routes which really needs it.</p> <h3><a shape="rect" name="Configuringroutestartuporderingandautostartup-Shutdown"></a>Shutdown</h3> -<p>Camel will shutdown the routes in the same order as they was started. See also <a shape="rect" href="graceful-shutdown.html" title="Graceful Shutdown">Graceful Shutdown</a>.</p> +<p><b>Camel 2.2:</b> Camel will shutdown the routes in the <b>same</b> order that they were started.<br clear="none"> +<b>Camel 2.3:</b> Camel will shutdown the routes in the <b>reverse</b> order that they were started.</p> + +<p>See also <a shape="rect" href="graceful-shutdown.html" title="Graceful Shutdown">Graceful Shutdown</a>.</p> <h3><a shape="rect" name="Configuringroutestartuporderingandautostartup-Seealso"></a>See also</h3> <ul class="alternate" type="square"><li><a shape="rect" href="configuring-camel.html" title="Configuring Camel">Configuring Camel</a></li><li><a shape="rect" href="graceful-shutdown.html" title="Graceful Shutdown">Graceful Shutdown</a></li><li><a shape="rect" href="user-guide.html" title="User Guide">User Guide</a></li></ul>