Configuring cMessagingEndpoint - Cloud - 8.0

Messaging Endpoint (Mediation)

Version
Cloud
8.0
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
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
2024-02-21

Procedure

  1. Double-click the component labeled Sender to display its Basic settings view in the Component tab.
  2. In the URI field, type in the URI of the message you want to route.
    Here, we are using an FTP component: ftp://indus@degas/remy/camel with URI specific parameters authenticating the FTP connection: ?username=indus&password=indus.
  3. For the FTP component to work in Camel, click the Advanced settings tab of cMessagingEndpoint, click the [+] button to add a Camel component in the Dependencies table, and select ftp from the Camel component list to activate the FTP component.
  4. Double-click the component labeled Receiver to open its Basic settings view in the Component tab.
  5. In the URI field, type in the URI of the folder to which you want your message to be routed.
    As we are handling files, type in "file:///" and the path to the folder to which the files will be sent.
  6. Press Ctrl+S to save your Route.