Fault Handling

Posted by Admin on 07-Jan-2008 08:21

Hello,

I have a set of ESB processes with-in a service. I have one fault-handling ESB process for these processes.

My question is - What is the best practice to handle fault for this fault-handler ESB process. After all, this is a process too.

Thanks,

--Subbu

Message was edited by:

Rengakrishnan Subramanian

All Replies

Posted by Bill Wood on 06-Feb-2010 09:33

Generally, you should have the Fault handling of the Fault Handler go to a separate location.  Fault Handling should not fail due to a 'logic' error.  If there is a problem in your Fault Handler, you would assume that it is 'system' or 'configuration' error, and that would imply that a different person (administrator) might be interested.

[NOTE: The above assumes you are in a pre-8.0 version of Sonic ESB..... Sonic 8.0 has a nested Fault Handling logic with the ability to resubmit/rethrow/continue processes.]

This thread is closed