configure that
> with a valid regexp.
>
> So to only include PNG files you do like this: .*png$
> This is a reg exp to match a string ending with png.
>
>
>
> On Wed, Mar 16, 2011 at 1:30 PM, adi milis wrote:
> > Hi,
> >
> > I want to create simple routing in
Hi,
I want to create simple routing in camel, to filter and move file
the case, I have one input folder, depends on the extention, it will be
moved to other folder
my routings are
try {
context.addRoutes(new RouteBuilder() {
public void configure() {
from("file:data