Skip to main content Skip to complementary content
Close announcements banner

Configuring cMessagingEndpoint

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.

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 – let us know how we can improve!