I was wondering what are different design strategies to achieve  efficient
centralized logging of application messages (Exceptions, info etc.) in a
clustered environment.

What i can think of is having a Messsage driven bean that consumes messages
from EJB and writes to a
db table. Thus achieving scalablity/high performance due to asynchronus
delivery i.e ejb thread does
not gets blocked for the processing and centralization as db table is a
shared resource.

Any ideas...

Thanks
Shiraz

===========================================================================
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".

Reply via email to