What are the different types of messages in MuleSoft?
Answer»
Echo and Log message - These are used to log messages and move them from inbound to OUTBOUNDROUTERS. Inbound Routers means a single event is received via an endpoint and the router controls how and if this event gets routed into the system. Outbound routers mean once a message has been processed by a component an outbound router can be used to determine which components get the RESULT event.
Bridge Message - This is a passed message from inbound to outbound routers.
Build Message - These are messages CREATED from fixed or dynamic VALUES.