> From: A mailing list for Enterprise JavaBeans development

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

--
Cedric

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