Scenario 3: Using an Xquery endpoint to filter messages
This scenario applies only to a Talend solution with ESB.
In this scenario, we will use a cMessagingEndpoint
component to call a Route Resource as an Xquery parser to extract messages from the
local file system.
The following sample XML file is used in this scenario:
1 2 3 4 5 6 7 8 9 10 11 12 |
<people> <person id="8"> <firstName>Ellen</firstName> <lastName>Ripley</lastName> <city>Washington</city> </person> <person id="9"> <firstName>Peter</firstName> <lastName>Green</lastName> <city>London</city> </person> </people> |
Document get from Talend https://help.talend.com
Thank you for watching.
Subscribe
Login
0 Comments