Hey all, Currently i am using ActiveMQ 5.15.2 and metrics are exposed using a JMX agent org_apache_activemq_Broker_CurrentConnectionsCount using above metric i can see that number of connections to my broker is around 850 but when i check the OS level connection by doing *netstat *i can see only 200 connections. when digging further i can see that i have too many inactive connections in *Active Non-Durable Topic Subscribers *(in subscribers tab) and when i click on the clientID i get
No connection could be found for ID ID:client_id-random_number And all these inactive clients are subscribed to topic ActiveMQ.Advisory.TempQueue,ActiveMQ.Advisory.TempTopic What can be the reason for this issue ?? and how to solve this issue?