Configuring the outcoming sub-route - 8.0
Data Service and Routing Examples
- Version
- 8.0
- 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
Procedure
-
Double-click the jobSocketOut component to open its Basic settings view in the Component tab.
-
In the URI field, enter
"mina:tcp://localhost:" + 8901 + "?textline=true&sync=false"
of the outcoming socket port.
-
Double-click the logResponse component to open its Basic settings view in the Component tab.
-
In the URI field, enter
"log:jobSocketOut"
where the outcoming message exchanges are logged.
-
Press Ctrl+S to save your Route.