Claus Ibsen created CAMEL-8324:
----------------------------------
Summary: Camel JMX - Allow to configure default management name
pattern using JVM system property
Key: CAMEL-8324
URL: https://issues.apache.org/jira/browse/CAMEL-8324
Project: Camel
Issue Type: Improvement
Components: camel-core, jmx
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Priority: Minor
Fix For: 2.15.0
Currently it is not possible to define ManagementNamingStrategy globally
through JVM system property for all deployed camel context. Instead, it can
only be configured on each camel context. For instance, the following
"managementNamePattern" parameter has to be added to all camel contexts.
{code}
managementNamePattern="#symbolicName#"
{code}
It would be a nice feature to set default "managementNamePattern" using JVM
system property for all camel contexts where no managementNamePattern is
configured. Considering that there are already JVM system property exists for
default domain and turning on/off camel JMX etc.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)