Hi
The exclude/include options uses the Java regular expression. And with
that its possible to make OR matching.
For example just create a java main and do a little java code to get
the regular expression as you want.
Or possible use some plugin in an IDE that offers a regexp tool.
The antInclude
Hi,
I need help with Spring DSL for using two excluding expressions for File /
FTP consumer.
I am using the *exclude* option but I don't know how to match two patterns.
I saw something about antExclude here:
http://camel.apache.org/file2.html#File2-FilteringusingANTpathmatcher
Is that the only o