1.

How are the messages in Mule composed?

Answer»

There are four different parts of the composed message in Mule. These are as FOLLOWS:

  • Payload - This is the main context of data carried by a GIVEN message.
  • Properties - Similar to the SOAP message, this contains meta-information or header
  • Multiple Name ATTACHMENTS - This is used to PROVIDE support for multi-part messages.
  • An exceptional payload - to hold errors that occur during the processing of the event.


Discussion

No Comment Found