[jboss-user] [JCA/JBoss] - Re: Config number of requests per second

adrian@jboss.org do-not-reply at jboss.com
Tue Jun 5 10:54:31 EDT 2007


Why? They are normally limited in terms of concurrent requests.
i.e. <max-pool-size>20</max-pool-size>

In practice, the JCA ConnectionManager/Pool doesn't even see all requests, 
only the connection state management, i.e. open/close connections, start/end transaction, etc.

If you are going to do it anywhere, it would have to be in your resource adapter
(outbound ManagedConnection[Factory]) which does see all the requests.

This is more generally call "flow control".

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051400#4051400

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051400



More information about the jboss-user mailing list