Hi Karl, I create a new jdbc repository connection and I set "max connections "and "Max avg fetches/min" from throttling tab on mfc-ui. Then, I reviewed JDBCConnectionFactory.java and I have encountered some hardcoded parameters as follow:
cp =_pool.addAlias(poolKey, driverClassName, dburl, userName, password, 30, 300000L) Max connection is set as 30. Are we sure that the parameters entered from the screen are used? Regards, Cihad Guzel
