InterviewSolution
| 1. |
How Message In Mule Is Composed ? |
|
Answer» A Mule message is composed of DIFFERENT parts: The payload, which is the main DATA content carried by the message. The properties, which contain the meta information much like the header of a SOAP envelope or the properties of a JMS message. OPTIONALLY, multiple named attachments, to support the NOTION of multipart messages. Optionally, an exception payload, which holds any error that occurred during the processing of the event. A Mule message is composed of different parts: The payload, which is the main data content carried by the message. The properties, which contain the meta information much like the header of a SOAP envelope or the properties of a JMS message. Optionally, multiple named attachments, to support the notion of multipart messages. Optionally, an exception payload, which holds any error that occurred during the processing of the event. |
|