Could it be "socket.useInactivityMonitor=false"?

Looking in transport/tcp/TcpTransportFactory.java:

        Map<String, Object> socketOptions =
IntrospectionSupport.extractProperties(options, "socket.");

        ...

        boolean useInactivityMonitor = "true".equals(getOption(options,
"useInactivityMonitor", "true"));




--
View this message in context: 
http://activemq.2283324.n4.nabble.com/InactivityMonitor-false-not-working-tp4676860p4676928.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to