Skip to content

Instantly share code, notes, and snippets.

@iocanel
Created March 5, 2012 16:56
Show Gist options
  • Save iocanel/1979256 to your computer and use it in GitHub Desktop.
Save iocanel/1979256 to your computer and use it in GitHub Desktop.
Filtering empty lists from a camel route
<filter>
<simple>${body.size} != 0</simple>
<to uri="my:final-destination"/>
</filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment