Configuring the Route components - Cloud - 8.0

Talend Studio User Guide

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development
Last publication date
2024-02-29
Available in...

Cloud API Services Platform

Cloud Data Fabric

Data Fabric

Data Services Platform

ESB

MDM Platform

Real-Time Big Data Platform

About this task

Now that the components are linked, their properties should be defined.

Label the components for better identification of their roles, Starter for cTimer, Set_message_body for cSetBody, and LogMessages for cLog.

Note:

It is recommended to label each component with a unique name to better identify its role in the Route. This is especially useful for the code generation of some components, for example, the cSOAP component. For more information, see the Talend Mediation Components.

Procedure

  1. Double-click the cTimer component to open its Basic settings view.
    Basic settings view of the cTimer component.
  2. In the Repeat field, enter 1 to generate the message exchange one time. Keep the default settings of the other options.
  3. Double-click the cSetBody component to open its Basic settings view.
  4. Select Constant in the Language list and enter "Hello World!" in the Expression field as the message body.
    Basic settings view of the cSetBody component.
  5. Keep the default settings of the cLog component to log the message exchanges.
    Basic settings view of the cLog component.