Executing the Route to implement the data service - 7.3

Data Service and Routing Examples

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
Design and Development > Designing Routes
Design and Development > Designing Services
Last publication date
2023-12-08

Procedure

  1. Click the Run view to display it and click the Run button to launch the execution of the Route. You can also press F6 to execute it.

    The Route is successfully started.

  2. Switch to the ActiveMQ Web console. The incoming queue is already created.
  3. Enter the message body as shown below in the incoming queue and send the message.
  4. In the Route designer, we can see that the message payload is sent to the Web service. The Web service get called and the response is sent to another queue, OUT as we have configured.

    The message body of this queue is printed on the console.

    We can also view the OUT queue from the ActiveMQ Web console. It has one message in it, as shown below.