> Its finally working . Thanks to Boris for pointing me to jvm options. I'm glad to hear that you've solved your problems.
> 4) use Thread.sleep(100) -- if the MDB is iterating over long > collections Please elaborate: explicit thread control is not allowed/highly discouraged in EJBs. Perhaps you mean use Thread.sleep(int) in the client. > 5) Jboss rocks!! Agreed!!! Craig ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
