Skip to content

Instantly share code, notes, and snippets.

@johndemic
Created February 28, 2012 17:21
Show Gist options
  • Save johndemic/1933801 to your computer and use it in GitHub Desktop.
Save johndemic/1933801 to your computer and use it in GitHub Desktop.
Asynchronously Processing a Message Group
<flow name="aggregate.messages">
<vm:inbound-endpoint path="foo.bar" exchange-pattern=”one-way”/>
<collection-aggregator timeout="6000" failOnTimeout="false"/>
<vm:outbound-endpoint path="messages.out"/>
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment