Skip to content

Instantly share code, notes, and snippets.

@ricston-git
Created July 27, 2015 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ricston-git/2f0ea7674d9fdbb1d5e4 to your computer and use it in GitHub Desktop.
Save ricston-git/2f0ea7674d9fdbb1d5e4 to your computer and use it in GitHub Desktop.
<service name="splitterService">
<inbound>
<inbound-endpoint ref="splitter" exchange-pattern="request-response" />
</inbound>
<outbound>
<expression-splitter-router evaluator="xpath"
expression="//person">
<outbound-endpoint ref="processor" exchange-pattern="one-way" />
</expression-splitter-router>
</outbound>
<async-reply>
<inbound-endpoint ref="aggregator" />
<collection-aggregator-router />
</async-reply>
</service>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment