You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/05/09 14:19:04 UTC

[jira] [Created] (CAMEL-11250) File consumer - Allow to specify a header that has the file name to poll

Claus Ibsen created CAMEL-11250:
-----------------------------------

             Summary: File consumer - Allow to specify a header that has the file name to poll
                 Key: CAMEL-11250
                 URL: https://issues.apache.org/jira/browse/CAMEL-11250
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
             Fix For: Future


See SO
http://stackoverflow.com/questions/43849165/camel-pollenrich-generating-a-lot-of-timed-waiting-threads

We can have a FILE_FILTER_NAME header that matches in the 
org.apache.camel.component.file.GenericFileConsumer#isMatched(org.apache.camel.component.file.GenericFile<T>, boolean, java.util.List<T>)

so end users can set the header first and then do a pollEnrich with a static endpoint.

The header can then use equalsIgnoreCase and reguar exp for matching, to make it easier to match files.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)