Viewing code and executing the Route - 7.3

JMS (Mediation)

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
Data Governance > Third-party systems > Messaging components (Mediation) > JMS components (Mediation)
Data Quality and Preparation > Third-party systems > Messaging components (Mediation) > JMS components (Mediation)
Design and Development > Third-party systems > Messaging components (Mediation) > JMS components (Mediation)
Last publication date
2023-06-12

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.