i would suggest moving the code that needs to be initialized to a stateless session bean. that way you're mdbs won't have a long startup time. you could try configuring how many of those session beans are kept in the pool.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115198#4115198 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115198 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
