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 named Paris_only, and other messages are sent to a folder named Other_cities.
Of
the four XML files used in this scenario, Message_1.xml and Message_4.xml
contain the city name of Paris. The following is an
example:
1 2 3 4 5 |
<person> <firstName>Pierre</firstName> <lastName>Dupont</lastName> <city>Paris</city> </person> |
Document get from Talend https://help.talend.com
Thank you for watching.
Subscribe
Login
0 Comments