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 2013/02/19 21:18:45 UTC

svn commit: r851188 - in /websites/production/camel/content: cache/main.pageCache camel-30-ideas.html

Author: buildbot
Date: Tue Feb 19 20:18:44 2013
New Revision: 851188

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/camel-30-ideas.html

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

Modified: websites/production/camel/content/camel-30-ideas.html
==============================================================================
--- websites/production/camel/content/camel-30-ideas.html (original)
+++ websites/production/camel/content/camel-30-ideas.html Tue Feb 19 20:18:44 2013
@@ -174,6 +174,12 @@ Currently we are stuck on 7.x due CXF / 
 AMQ is also using older Jetty, but that is easier to upgrade as well.</p>
 
 
+<h4><a shape="rect" name="Camel3.0-Ideas-JMXnaming"></a>JMX naming</h4>
+
+<p>We should avoid using the hostname in the JMX MBeans as its better to have a consistent naming that tooling and other parties can rely on. Having the hostname in there just add complexity to the mix. Also Camel may quote the MBean name for the CamelContextMBean and use " " in the mbean name, as the only mbean in there. (will need to double check exactly which mbean it was).</p>
+
+<p>We should consider improve on this.</p>
+
 
 <h4><a shape="rect" name="Camel3.0-Ideas-Removenotusedcomponents"></a>Remove not used components</h4>