This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Performance: JMS vs. Databaseirkabirka Jan 24, 2003 8:34 AM (in response to alqurri)If u using Oracle as RDBMS then forgot the JBossMQ, use Oracle Advanced Queuing instead (remarkably faster). 
 Open and Close is costly, but if u have the ack for the message then the message is safe (as in an inserted record after commit) if u use persistent messaging.
 I suppose JMS is for inter application communication, not for logging. E.g. log4j is a logger.
 
    