cFile – Docs for ESB 6.x
cFile Provides access to file systems, allowing files to be processed by any other components or messages from other components to be saved to the disk. cFile Standard properties These properties are used to configure cFile running in the Standard Job framework. The Standard cFile component belongs to the Connectivity/File family. Basic settings Path Path…
cFlatPack – Docs for ESB 6.x
cFlatPack Processes fixed width or delimited files or messages using the FlatPack library cFlatPack Standard properties These properties are used to configure cFlatPack running in the Standard Job framework. The Standard cFlatPack component belongs to the Transformation family. Basic settings When using as a start component in a route: Â PZMAP FileType The PZMAP file…
cFtp – Docs for ESB 6.x
cFtp Provides access to remote file systems over the FTP, FTPS and SFTP protocols. cFtp Standard properties These properties are used to configure cFtp running in the Standard Job framework. The Standard cFtp component belongs to the Connectivity/Internet family. Basic settings Parameters/type Select the file transfer protocol, ftp or sftp, ftps. Parameters/server Type in the…
cHttp – Docs for ESB 6.x
cHttp Provides HTTP-based endpoints for consuming and producing HTTP resources. cHttp Standard properties These properties are used to configure cHttp running in the Standard Job framework. The Standard cHttp component belongs to the Connectivity/Internet family. Basic settings Uri The URI of the Http resource to call. Client Select this option to use cHttp as a…
cIdempotentConsumer – Docs for ESB 6.x
cIdempotentConsumer Identifies messages that have already been sent to the receiver and eliminates them. Messages are still sent by the sender but are ignored by the receiver at the delivery stage. cIdempotentConsumer deduplicates messages and thereby prevents the receiving message endpoint from receiving duplicate messages. cIdempotentConsumer Standard properties These properties are used to configure cIdempotentConsumer…
cIntercept – Docs for ESB 6.x
cIntercept Intercepts each message sub-route and redirects it in another sub-route without modifying the original one. When this detour is complete, message routing to the originally intended target endpoints continues. This can be useful at testing time to simulate error handling. cIntercept Standard properties These properties are used to configure cIntercept running in the Standard…
Scenario: Deduplicating messages while routing them – Docs for ESB 6.x
Scenario: Deduplicating messages while routing them This scenario applies only to a Talend solution with ESB. In this scenario, duplicated messages are filtered and only the unique one is routed to the destination. Three XML files that have the same content, as shown below, are used in this use case.
|
1 2 3 4 5 6 7 |
<people> <person id="8"> <firstName>Ellen</firstName> <lastName>Ripley</lastName> <city>Washington</city> </person> </people> |
Document get from Talend…
Scenario: Direct and synchronous messaging within the same JVM – Docs for ESB 6.x
Scenario: Direct and synchronous messaging within the same JVM This scenario applies only to a Talend solution with ESB. In this scenario, a message exchange is triggered in one sub-route and synchronously consumed in another sub-Route using the Direct-VM mechanism. At the consumer end, the message content is processed and displayed on the console. Document…
Scenario: Distributing messages to receiver endpoints based on round robin – Docs for ESB 6.x
Scenario: Distributing messages to receiver endpoints based on round robin This scenario applies only to a Talend solution with ESB. In this scenario, a cLoadBalancer component is used to distribute four messages evenly to two receiving endpoints in accordance with the round robin load balancing method. Document get from Talend https://help.talend.com Thank you for watching.
cSetBody – Docs for ESB 6.x
cSetBody Sets the message body in the Route. cSetBody replaces the payload of each message sent to it. cSetBody Standard properties These properties are used to configure cSetBody running in the Standard Job framework. The Standard cSetBody component belongs to the Core family. Basic settings Language Select the language of the expression you use to…