Getting the value of ConnectionPoolingMaxActive

3
I want to verify the setting of the custom server setting ConnectionPoolingMaxActive at run-time, because of our production environment sometimes running out of database connections. Does anyone know if I can get this value with a Java action? I've tried Core.getConfiguration(), but the Configuration class does not offer a method to retrieve the specific setting I'm looking for.
asked
0 answers