Configuring the Route components - 7.3

Talend Open Studio User Guide

Version
7.3
Language
English
Product
Talend Open Studio for Big Data
Talend Open Studio for Data Integration
Talend Open Studio for Data Quality
Talend Open Studio for ESB
Module
Talend Studio
Content
Design and Development
Last publication date
2023-10-11
Available in...

Open Studio for ESB

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 Talend ESB Mediation Components documentation in Talend Help Center .

Procedure

  1. Double-click the cTimer component to open its Basic settings view.
  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.
  5. Keep the default settings of the cLog component to log the message exchanges.