Hi Sriraksha,
Based on your requirement and the number of connections that the DB will allow. based on both the inputs you can specify the max pool size.
Dont stick to onething that its max is lets say “100” So I will set it to 100.
Based on your server load ( transaction volume) you can fine tune it.
Initially you can set it to 10 or 20, then if you keep on getting any error in logs like " unable to get a connection for JDBC… from connetion pool" then you can increase it.
But make sure that you cannot increase this value above the connections allowed by DB.
Hope this answers your query.
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods