ManagementAgent should expose getter/setters for the JMX settings so you can
set it easily from Java
----------------------------------------------------------------------------------------------------
Key: CAMEL-2786
URL: https://issues.apache.org/activemq/browse/CAMEL-2786
Project: Apache Camel
Issue Type: Improvement
Components: camel-core
Affects Versions: 2.3.0
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Priority: Minor
Fix For: 2.4.0
Today you have to use a JVM system property
You can set the service URL path by system property.
-Dorg.apache.camel.jmx.serviceUrlPath=<path>
This should be possible to set from Java like this also:
{code}
context.getManagementStrategy().getManagementAgent().setServiceUrlPath("foo
....");
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.