Skip to main content Skip to complementary content
  • New archived content: Talend MDM, Talend Data Catalog 8.0, and Talend 7.3 products reached their end of life in 2024. Their documentation was moved to the Talend Archive page and will no longer receive content updates.
Close announcements banner

Configuring the components

Procedure

  1. Double-click the cTimer component to open its Basic settings view in the Component tab.
  2. Enter 1 in the Repeat field to trigger a message exchange one time.
  3. Double-click the cSetBody component to display its Basic settings view in the Component tab.
  4. Select Simple from the Language list and enter Hello! in the Expression field.
  5. Double-click the cTalendJob component to display its Basic settings view in the Component tab.
  6. Select Job RouteCommunication_tRouteFault from the repository to call the Job that is created in the previous section.
  7. Double-click the cOnException component to display its Basic settings view in the Component tab.
  8. Click [+] to add a line to the Exceptions table, and enter org.apache.camel.CamelException in the Exception field to handle the exceptions.
  9. Double-click the cProcessor component to display its Basic settings view in the Component tab.
  10. Customize the code in the Code area to show the message body:
    System.out.println(exchange.getIn());
  11. Press Ctrl+S to save your Route.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!