Skip to main content Skip to complementary content
Close announcements banner

Viewing code and executing the Route

Procedure

  1. Click the Code tab at the bottom of the design workspace to have a look at the generated code.
    In the partially shown code, a message route is built from the File_source_cFile_1 .to the cJMS_1 which then sends the message to a message queue via a broker identified by vm://localhost?broker.persistent=false. The message from the Message_consumer_cJMS_2 is processed by cProcessor_1.
  2. Click the Run button in the Run view to launch the execution of your Route. You can also press F6 to execute it.
    RESULT: The message is received by the consumer, as shown on the Run console.

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!