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.
    The code shows the from and .to corresponding to the two endpoints: from for the sending one and .to for the receiving one.
  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 files are moved from their original folder to the target one. Furthermore, a new .camel folder is created in the source folder containing the consumed files. This is Camel's default behavior. Thus, the files will not be processed endlessly but they are backed up in case of problems.