Communication styles - 7.3

Talend ESB Service Developer Guide

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 ESB
Talend Runtime
Content
Design and Development
Installation and Upgrade
Last publication date
2023-04-17

Talend ESB supports several communication styles, including Request-Response, One-way, Request-Callback and Notification. Request-Response and One-way supports both HTTP/HTPPS and SOAP/JMS, whereas Request-Callback and Notification only supports SOAP over JMS.

Note: The Request-Callback and Notification communication styles for SOAP Java Services, including the related Auxiliary Storage Service, are deprecated.

For more information on the different communication styles, see the following sections:

For more information about the configuration of SOAP/JMS for Talend ESB, see Configuring SOAP over JMS.

And for a real use case of the different communication styles, refer to the Library example provided with the Talend Runtime, under the examples/talend/tesb/library-service directory. For more information about how to run this use case, see the README files provided with the example.