Viewing code and executing the Route - 7.3

Messaging Endpoint (Mediation)

Version
7.3
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Routing components (Mediation) > Messaging Endpoint components (Mediation)
Data Quality and Preparation > Third-party systems > Routing components (Mediation) > Messaging Endpoint components (Mediation)
Design and Development > Third-party systems > Routing components (Mediation) > Messaging Endpoint components (Mediation)
Last publication date
2023-06-12

Procedure

  1. To have a look at the generated code, click the Code tab at the bottom of the design workspace.
    As shown in the code above, the message is routed from Message_source_cFile_1 .to cMessagingEndpoint_1 and then processed by cProcessor_1.
  2. In the Run view, click the Run button to launch the execution of your Route. You can also press F6 to execute it.
    RESULT: The firstName and lastName of all the person elements of the source file is printed in the console.