Hi, Can I consume all the files in a directory,using poll enrich?
My route would be something like :
from("seda:abc").pollEnrich("file:/path/of/directory?delete=true).to("file:/path/of/output);
And I send requests to the route with null body or blank body.
context.createProducerTemplate().sendBody("seda:abc",null/"");
BR,
Chirag Dewan
