[
https://issues.apache.org/jira/browse/CAMEL-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-4163.
--------------------------------
Resolution: Fixed
Fix Version/s: (was: 3.0.0)
> Allow polling consumer to accept parameters such as a header with a file name
> to poll
> -------------------------------------------------------------------------------------
>
> Key: CAMEL-4163
> URL: https://issues.apache.org/jira/browse/CAMEL-4163
> Project: Camel
> Issue Type: New Feature
> Components: camel-core
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Fix For: 2.16.0
>
>
> I want something like:
> {code}
> .setHeader(Exchange.FILE_NAME).xpath("...")
> .pollEnrich("file:/test/data", 10000)
> {code}
> But PollingConsumer API does not allow passing FILE_NAME from outside.
> See
> http://www.nabble.com/pollEnrich-doesn%27t-look-for-FILE_NAME-ts25458854.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)