mirror of https://github.com/apache/activemq.git
additional fix for https://issues.apache.org/activemq/browse/AMQ-2306 - jmx for slave brokers
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@833441 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
814c49f058
commit
bf91745bf5
|
@ -217,7 +217,7 @@ public class ManagementContext implements Service {
|
|||
}
|
||||
|
||||
public boolean isConnectorStarted() {
|
||||
return connectorServer.isActive();
|
||||
return connectorServer != null && connectorServer.isActive();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue