What are different Messaging Exception strategies available in mulesoft?

Sahitya Durga
Sahitya Durga

Posted On: Dec 17, 2020

 

Exceptions are the runtime error for a software. Error is a measure of the estimated difference between the observed or calculated value of a quantity and its true value.

In Messaging Exception, each exception strategy can contain any number of message processors.

Different Messaging Exception strategies available in Mulesoft is as follows:

  • Catch Exception Strategy
  • Choice Exception Strategy
  • Default Exception Strategy
  • Reference Exception Strategy
  • Rollback Exception Strategy

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Cognizant Mulesoft Interview Questions

    What is Singleton pattern?

    The singleton pattern is the simplest design pattern that restricts the one instantiation of a class that involves only one object that is responsible to make sure there is no more than one instance. ...

    Cognizant Mulesoft Interview Questions

    How to declare function in dataweave?

    You can declare a function in the header or body of a DataWeave script by using the fun keyword. Declaration of a function in data weave is as follows: fun function_Name(objParameter) = { Variable...

    Cognizant Mulesoft Interview Questions

    What is serialization and deserialization in Java?

    In Java, serialization is a mechanism to persist java objects in a form of a sequence of bytes that includes the object’s data as well as information about the object’s type and its value....