SCJP 5, SCWCD 5
1. would the performance significantly degrade in face of the load with JMS messages and the need to process them?
2. if I collect the messages from the queue inside message driven bean (MDB) based message listener what choice do
I have to persist the log messages? I can think of writing to the database, sending emails, anything else?
SCJP 5, SCWCD 5
SCJP 5, SCWCD 5
An enterprise bean must not use the java.io package to attempt to access files and directories
in the file system.
Writing logs to database doesn't make sence. How the support people look into the logs when somthing happened in system? Do they need to fetch from database?
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime. |