[jboss-user] [EJB 3.0] - Preloading MDBs
andyd
do-not-reply at jboss.com
Wed Jan 17 10:20:51 EST 2007
Guys,
I have an app that is using mdbs. The mdbs process messages and return a response, ultimately through networking protocols. They must response within a finite amount of time, which they do - but not on the first call, since this seems to be when the mdb is first created. Is there a way of preloadng the mdbs on app server start up and keeping them in memory regardless of usage? is this what @ActiveConfig minPoolSize=x will do?
Thanks,
Andy.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002850#4002850
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002850
More information about the jboss-user
mailing list