0 Replies Latest reply on May 27, 2011 10:37 AM by lordhrishikesha

    Display all active Connections for JMS

    lordhrishikesha

      I am able to get no. of active connections, no. of max connections, no.of available connections using Mbeans for JMS.

       

      Now I want to display all activeConnections on screen so that we can monitor the open (active) connections.

      I found out that SimpleConnectionManager's getActiveConnections() lists all active connections, but i am unable to get server instance of SimpleConnectionManager.

       

      Can anybody help me? How i can get instance of SimpleConnectionManager or display active connections.

       

       

      Thanks