Talend Open Studio for ESB Document ESB 6.x

Scenario 1: Retrieving the content of a remote file – Docs for ESB 6.x

Scenario 1: Retrieving the content of a remote file This scenario applies only to a Talend solution with ESB. In this scenario, cHttp is used to request the body of a weather condition definition file that is available at http://wsf.cdyne.com/WeatherWS/Weather.asmx . Document get from Talend https://help.talend.com Thank you for watching.

cSetHeader – Docs for ESB 6.x

cSetHeader Sets headers or customizes the default headers, if any, on each message sent to it for subsequent message processing. cSetHeader Standard properties These properties are used to configure cSetHeader running in the Standard Job framework. The Standard cSetHeader component belongs to the Core family. Basic settings Headers Click [+] to add as many headers…

cWMQ – Docs for ESB 6.x

cWMQ Exchanges messages between a Route and a JMS provider using WMQ. cWMQ sends messages to, or consumes messages from, a JMS Queue or Topic using the WebSphere broker. cWMQ Standard properties These properties are used to configure cWMQ running in the Standard Job framework. The Standard cWMQ component belongs to the Connectivity/Messaging family. Basic…

Scenario 1: Moving files from one message endpoint to another – Docs for ESB 6.x

Scenario 1: Moving files from one message endpoint to another This scenario applies only to a Talend solution with ESB. This scenario uses two cMessagingEndpoint components to read and move files from one endpoint to another. Document get from Talend https://help.talend.com Thank you for watching.

Scenario: Sending messages to Amazon’s SNS topic – Docs for ESB 6.x

Scenario: Sending messages to Amazon’s SNS topic This scenario applies only to a Talend solution with ESB. This scenario will show you how to use the cAWSSNS component to send message to the Amazon’s SNS topic. You must have a valid Amazon Web Services developer account, and be signed up to use Amazon’s SNS. For…

Scenario: Replacing the content of messages with their extracts – Docs for ESB 6.x

Scenario: Replacing the content of messages with their extracts This scenario applies only to a Talend solution with ESB. In this scenario, file messages are routed from one endpoint to another, with the content of each message replaced with the information extracted from it. The following is an example of the XML files used in…

Scenario: Route a message to multiple endpoints and set a new body for each – Docs for ESB 6.x

Scenario: Route a message to multiple endpoints and set a new body for each This scenario applies only to a Talend solution with ESB. In this scenario, a cMulticast component is used to route a message to two endpoints. The source message and the message on each endpoint is then set a new body. The…

Scenario: Routing a message to multiple recipients – Docs for ESB 6.x

Scenario: Routing a message to multiple recipients This scenario applies only to a Talend solution with ESB. In this scenario, a cRecipientList component is used to route a message to a list of recipients. To build the Route, do the following. Document get from Talend https://help.talend.com Thank you for watching.

Scenario: Routing files conditionally to different file paths – Docs for ESB 6.x

Scenario: Routing files conditionally to different file paths This scenario applies only to a Talend solution with ESB. In this scenario, three file messages containing people information are routed to different endpoints according to the city names they contain. The following is an extract of the example XML files used in this use case: Message_1.xml:…

Scenario: Routing messages according to a criterion – Docs for ESB 6.x

Scenario: Routing messages according to a criterion This scenario applies only to a Talend solution with ESB. In this use case, we route XML messages that are sent from the sending endpoint according to a defined criterion: those XML files in which the value of the city node is Paris are sent to a folder…