Hi , Please help me to fix this .
Scenario : Protocol :Mqtt client : Subscriber Active Mq version : 5.8.0 I connected to Broker using client ID : 1000 .After that without sending disconnect command (removed the lan cable ) i disconnected the client .So expectation is after 1.5* keepalive time inactivity monitor should check for clients and it should disconnect all clients which are not sending pingRequest. Source: http://activemq.apache.org/mqtt.html . But this is not happening as Broker is holding connection for more time .Inactivity monitor is closing the connection sometimes in 2nd check or in 3rd check.I am not able to find anything about this on google. Please help. Client sends keepalive of 60 seconds. So total 1.5 * 60 = 90 seconds of heartbeat is set. Please help me to fix this issue. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-Inactivity-Monitor-tp4655751p4666428.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.