1 Reply Latest reply on Apr 13, 2004 3:06 PM by adrian.brock

    Reliability of ManagedConnectionPool values in jmx-console

      The console reports these values for my connection pool:

      AvailableConnectionCount: 20
      ConnectionCount: 5
      MinSize: 5
      MaxConnectionsInUseCount: 8
      MaxSize: 20

      InUseConnectionCount: 36
      ConnectionCreatedCount: 2688
      ConnectionDestroyedCount: 2683


      Everything looks AOK with the exception of InUseConnectionCount.
      How is that different from ConnectionCount and why does it exceed MaxConnectionsInUseCount? I am trying to get a reading on how many connections to allocate this customer.

      TIA for any guidance