Re: Multiple File/FTP consumer excludes in Spring DSL

2012-03-23 Thread Claus Ibsen
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

Multiple File/FTP consumer excludes in Spring DSL

2012-03-23 Thread Laurentiu Trica
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