Fault tolerance
"Mansour Raad" <[email protected]> Mon, 27 Sep 2004 17:51:36 -0400
| Newsgroups | gmane.comp.jakarta.avalon.user |
|---|---|
| Organization | IIT |
| Message-ID | <000401c4a4dc$2cf4af10$6928a8c0@MERCURY> |
Hi, Was wondering if somebody has a strategy on making a component resilient to failures due to its dependent components. In my case, I have a JMS async listener, that will receive an onException if the jms router died. What is the best way to restart the component and keep trying until a connection is established ? Thanks in advance.