Hi,
I have mdb - message driven bean, that process hundreds messages per minute. I want to update memcache on every message - this is very frequently. But if i make my mdb singleton it will process messages sequentially, so the next update will be done when the previous is finished. Is this a problem? Regards.
