Configuring the components - 7.3

Data Service and Routing Examples

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
Design and Development > Designing Routes
Design and Development > Designing Services
Last publication date
2023-12-08

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.

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.