Scenario: Using cSEDA, cVM and cDirect to produce and consume messages separately – Docs for ESB 6.x
Scenario: Using cSEDA, cVM and cDirect to produce and consume messages separately This scenario applies only to a Talend solution with ESB. In this scenario, we will use a cTimer component to trigger a message exchange. The message is routed to a cSEDA, a cVM and a cDirect sequentially with a message body set for…
Scenario: Using cSplitter to split a message and aggregate replies from sub-messages – Docs for ESB 6.x
Scenario: Using cSplitter to split a message and aggregate replies from sub-messages This scenario applies only to a Talend solution with ESB. In this scenario, we will use the cSplitter component to split a message and aggregate the replies from sub-messages. A predefined Java Bean, AppendAggregator will be called to as the strategy to aggregate…
Scenario: Using cTalendJob to call a DI Job – Docs for ESB 6.x
Scenario: Using cTalendJob to call a DI Job This scenario applies only to a Talend solution with ESB. In this scenario, we will build a Data Integration Job with context first. Then, we will create a Route with a cTalendJob component to call the Job and set the context variables in the Job. Document get…
Scenario: Using cMail to send and receive mails – Docs for ESB 6.x
Scenario: Using cMail to send and receive mails This scenario applies only to a Talend solution with ESB. This scenario includes two routes. The first one sends a mail while the second receives it. Now we build a route to send a mail. As shown above, the mail has been sent out successfully. Now we…
Scenario: Using cOnException to ignore exceptions and continue message routing – Docs for ESB 6.x
Scenario: Using cOnException to ignore exceptions and continue message routing This scenario applies only to a Talend solution with ESB. In this scenario, a cOnException component is used to ignore an IO exception thrown by a Java bean so that the message is successfully routed to the destination in spite of the exception. Document get…
Scenario: Using cPipesAndFilters to process the task in sequence – Docs for ESB 6.x
Scenario: Using cPipesAndFilters to process the task in sequence This scenario applies only to a Talend solution with ESB. In this scenario, a cPipesAndFilters component is used so that messages sent from the sender endpoint undergo stage A and stage B. Upon completion of both stages, the messages are routed to a file system, which…
Scenario: Using cDelayer to delay message routing – Docs for ESB 6.x
Scenario: Using cDelayer to delay message routing This scenario applies only to a Talend solution with ESB. In this scenario, a cDelayer component is used to delay the routing of each message to the target endpoint by 20 seconds. Document get from Talend https://help.talend.com Thank you for watching.
Scenario: Splitting a message and renaming the sub-messages according to contained information – Docs for ESB 6.x
Scenario: Splitting a message and renaming the sub-messages according to contained information This scenario applies only to a Talend solution with ESB. In this scenario, a file message containing people information is split into sub-messages. Each sub-messages is renamed according the city name it contains, and then routed to another endpoint. The following is the…
Scenario: Throttling the message flow – Docs for ESB 6.x
Scenario: Throttling the message flow This scenario applies only to a Talend solution with ESB. In this scenario, a cThrottler component is used to reduce the number of messages flowing out within a time period. To build the Route, do the following. Document get from Talend https://help.talend.com Thank you for watching.
Scenario: Using cDataset to create messages – Docs for ESB 6.x
Scenario: Using cDataset to create messages This scenario applies only to a Talend solution with ESB. In this scenario, a cDataset component is used to create a DataSet instance as a source of messages. Document get from Talend https://help.talend.com Thank you for watching.