mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-3125 - updateClusterFilter/ClientsOnRemove broken when running JMX broker, patch applied with thanks
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1057244 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
182da6531d
commit
55c3ef9fda
|
@ -114,6 +114,8 @@ public class TransportConnector implements Connector, BrokerServiceAware {
|
|||
rc.setBrokerService(brokerService);
|
||||
rc.setUpdateClusterClients(isUpdateClusterClients());
|
||||
rc.setRebalanceClusterClients(isRebalanceClusterClients());
|
||||
rc.setUpdateClusterFilter(getUpdateClusterFilter());
|
||||
rc.setUpdateClusterClientsOnRemove(isUpdateClusterClientsOnRemove());
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue