mirror of https://github.com/apache/activemq.git
sync code default with config default to use jvm mbean server
This commit is contained in:
parent
151e17abfe
commit
9d98ee253f
|
@ -64,9 +64,9 @@ public class ManagementContext implements Service {
|
|||
public static final String DEFAULT_DOMAIN = "org.apache.activemq";
|
||||
|
||||
static {
|
||||
String option = Boolean.TRUE.toString();
|
||||
String option = Boolean.FALSE.toString();
|
||||
try {
|
||||
option = System.getProperty("org.apache.activemq.broker.jmx.createConnector", "true");
|
||||
option = System.getProperty("org.apache.activemq.broker.jmx.createConnector", "false");
|
||||
} catch (Exception ex) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue