Skip to content

Instantly share code, notes, and snippets.

@dfeist
Created April 25, 2011 17:51
Show Gist options
  • Save dfeist/940887 to your computer and use it in GitHub Desktop.
Save dfeist/940887 to your computer and use it in GitHub Desktop.
<flow name="flowWithFilter">
<jms:inbound-endpoint queue="inQueue"/>
<expression-filter evaluator="xpath" expression="/order/@type = 'book'">
<jms:outbound-endpoint queue="outQueue"/>
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment