mirror of https://github.com/apache/activemq.git
disabled the use of the CommandAgent by default to avoid causing the VM broker to keep around forever (since the broker itself creates a VM transport which avoids it ever being closed)
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@469972 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b93cd9ec13
commit
b3e315fcc2
|
@ -119,7 +119,7 @@ public class BrokerService implements Service, Serializable {
|
|||
private List proxyConnectors = new CopyOnWriteArrayList();
|
||||
private List registeredMBeanNames = new CopyOnWriteArrayList();
|
||||
private List jmsConnectors = new CopyOnWriteArrayList();
|
||||
private Service[] services = new Service[] { new CommandAgent() };
|
||||
private Service[] services;
|
||||
private MasterConnector masterConnector;
|
||||
private String masterConnectorURI;
|
||||
private transient Thread shutdownHook;
|
||||
|
|
Loading…
Reference in New Issue