This content has been marked as final.
Show 2 replies
-
1. Re: Dynamic multiple connection pools using Java
wdfink Mar 5, 2014 10:49 AM (in response to basu_sh)What did you mean?
Create and destroy connections pools from a Java application?
In that case you might use the management API introduced with AS7 to create it
-
2. Re: Dynamic multiple connection pools using Java
basu_sh Mar 6, 2014 1:41 AM (in response to wdfink)Thanks for your answer. You are right, I need to create and destroy connection pools from Java application and also we need to assign maximum connections, minimum connections, idle timeout, etc. so it would be great if you share some examples for using management API.