mirror of
https://github.com/apache/activemq.git
synced 2025-02-06 01:59:15 +00:00
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…
x
Reference in New Issue
Block a user