Author: buildbot
Date: Mon May  6 07:18:57 2013
New Revision: 861038

Log:
Production update by buildbot for camel

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

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

Modified: websites/production/camel/content/lifecycle.html
==============================================================================
--- websites/production/camel/content/lifecycle.html (original)
+++ websites/production/camel/content/lifecycle.html Mon May  6 07:18:57 2013
@@ -126,7 +126,9 @@
 
 <p>The <tt>start</tt> and <tt>resume</tt> operations in <a shape="rect" 
href="camel-jmx.html" title="Camel JMX">JMX</a> checks the state beforehand. So 
if a route is stopped and you click <tt>resume</tt>, it will know to invoke 
<tt>start</tt>. And likewise if a route has been suspended and you click 
<tt>start</tt> it knows to <tt>resume</tt> instead. This makes management a bit 
easier.</p>
 
-<p>If a route consumer does not support suspension, it will fallback and stop 
the route instead.</p>
+<p>If a route is suspended then it keeps its resources and all their JMX 
metrics alive. Where as stopping a route will graceful stop the route, and 
clear its resources, and as well their JMX metrics. If you want to temporary 
"pause" a route, then consider using suspend/resume over stop/start.</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">If a 
route consumer does not support suspension, it will fallback and stop the route 
instead.</td></tr></table></div>
 
 <h3><a shape="rect" name="Lifecycle-SeeAlso"></a>See Also</h3>
 <ul class="alternate" type="square"><li><a shape="rect" 
href="camelcontext.html" title="CamelContext">CamelContext</a></li><li><a 
shape="rect" href="architecture.html" 
title="Architecture">Architecture</a></li><li><a shape="rect" 
href="camel-jmx.html" title="Camel JMX">JMX</a></li></ul>


Reply via email to