[jboss-user] [Installation, Configuration & Deployment] - Re: Chnaging JBoss JDBC connection pool size

PeterJ do-not-reply at jboss.com
Wed Mar 7 23:04:33 EST 2007


Yes, you can adjust the connection pool size. When you deploy the oracle-ds.xml file, JBoss creates an MBean named jboss.jca:name=xxx,service=ManagedConnectionPool, where xxx is the name of the oracle data source. That MBean has several properties that you can use to monitor and adjust the connection pool.

To write code to access and mbean, see http://docs.jboss.com/jbossas/guides/j2eeguide/r2/en/html_single/#d0e2207

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

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



More information about the jboss-user mailing list