I can't read your sample.
What's the problem with two filters and two routes? You create a base
class which reads the file into a list of file names and both filters
extend these class. The one filter returns true if the file name is
inside the list, the other returns true if it is not.
On 06.04.2011 17:58, jpalmer1026 wrote:
I ended up creating a file filter to route files that match one of the
filenames from the list I'm passing in. Is there a way to route non-matching
filenames to a different uri without creating a new file filter and a new
route? My current route is as follows:
Thanks.
--
View this message in context:
http://camel.465427.n5.nabble.com/Route-Question-tp4281861p4286606.html
Sent from the Camel - Users mailing list archive at Nabble.com.