Skip to main content

Message Mapper

The Message Mapper plugin's functionality is to apply 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.