> > So should I catch RuntimeExceptions explicitly in my > > onMessage() implementation. The MDB is using container > > managed transaction. > > Yes. And then you can publish the error on a specialized Topic, where > it could be treated. > > Also, JMS implementations usually feature a "retry count" or "poisoned > message" feature, you might want to look into that if this suggestion > won't work for you.
JBoss has a DLQ and a configurable retry I believe.... have a look at your container configuration. cheers dim =========================================================================== 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".
