Procedure
-
Click the Code tab at the bottom of the
design workspace to view the generated code.
In this partially shown piece of code, messages
from
theSource
are filtered according to the expressionxpath("/people/person")
and deduplicated bycIdempotentConsumer_1
. -
Click the Run view to display it and
click the Run button to launch the
execution of your Route. You can also press F6 to execute it.
RESULT: When several files have the same content, only the first one is routed to the receiving endpoint.