Handling connection errors in a MDB
Posted
by Rafa de Castro
on Stack Overflow
See other posts from Stack Overflow
or by Rafa de Castro
Published on 2010-02-18T15:32:33Z
Indexed on
2010/05/01
11:37 UTC
Read the original article
Hit count: 371
Is it possible to manage connection timeouts or errors in a MessageDrivenBean?
You can make the factory to retry connecting a certain number of times but... is it possible to make some actions each time that a reconnection retrial is neccesary? Is it possible to register an ExceptionListener into the MessageDrivenBean's connection somehow?
Thanks a lot.
© Stack Overflow or respective owner