Deduplicating messages while routing them
This scenario applies only to Talend ESB, Talend Data Services Platform, Talend MDM Platform, Talend Real-Time Big Data Platform, and Talend Data Fabric.
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.
<people>
<person id="8">
<firstName>Ellen</firstName>
<lastName>Ripley</lastName>
<city>Washington</city>
</person>
</people>