Skip to main content

Message Mapper Plugin

The message mapper plugin is used in the transformation stage to convert messages between external and Normalized formats or communication stage to execute REST calls to get update data in an external system.

It applies a specific mapper on a message type. Benefits include:

  • A more organized message flow
  • Improved UI diagram visualization

Configuration

FieldOptionsDescription
Next Hop NameAny stringSpecifies the next component where the message will be sent after being published.
Define a QueueTrue / FalseDetermines how messages are processed:
  • True → Creates its own queue to process messages, accepting messages based on the topic.
  • False → Accepts messages only when the last component's next hop is this new component.
Next Hop TypePlugin/OtherSpecifies the type of next step in the workflow for the generated message.
Next Hop NameAny stringName of the next component where the message will be sent after being published.