I have searched the JBOSS-forums regarding JCA, but I cannot find a complete answer on my issue. Our EIS allows us to connect to it with specified number of connections (90). I need a way to make sure that the number of managed connections to our EIS are no more than this specific number. I thought that this number was stated by the max-pool-size element in the *-ds.xml file, but after some testing i figured that it is not. Is the max-pool-size the number of managed connections that may be in use by JCA clients simultaneosly? If so, is it possible to fasten up the cleanup of connections that are idle when I reach this number? I saw in the forum that I could throw an exception when I reach the number, but I rather would like to release some of the idle connections first since not all possible connections to the EIS are busy. (some of them are waiting to time out and they are not correctly matched so they are not returned)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850678#3850678 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850678 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
