Hi all, I have question about MDB instances. After the MDB retrieves n messages from the queue for n instances... how does the process work after that? Is the MDB simply collecting all messages and processing each one on an object... the multiple runs on the object depicting the plurality of instances? Or does the bean collect each message and process each one on a "real" instance? The second option being much more ressource expensive than the first one and not offer any increased performance as each concurrent batch is on the same processing track... I would assume that if another track would be to call the MDB then a new object would be used for the batch of messages that are to be consumed?
Can ayone bring any insight? Daniel _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
