mirror of https://github.com/apache/activemq.git
Disable by default the status detector - InactivityMonitor does the same thing
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@638260 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3957eb0f6d
commit
e58dfee8cc
|
@ -64,7 +64,7 @@ public class TransportConnector implements Connector {
|
|||
private URI connectUri;
|
||||
private String name;
|
||||
private boolean disableAsyncDispatch;
|
||||
private boolean enableStatusMonitor = true;
|
||||
private boolean enableStatusMonitor = false;
|
||||
|
||||
public TransportConnector() {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue