I have committed the file and also added a pre check on the pollEnrich to indicate that it does not currently support polling from a file based endpoint when the starting endpoint is also file based.
To implement this properly takes much more work currently than we have as 2.0 is in its final stages. And to properly support your use case the pollEnrich needs to support dynamic URI definition using Expression otherwise you cannot set the filename you want to consume. The unit test I added shows how to do this. Using Java code with a ConsumerTemplate. On Mon, Aug 10, 2009 at 9:03 AM, akuhtz<[email protected]> wrote: > > Yes, but trunk doesn't build currently ;-) ... If you commit it later, no > problem. > > -- > View this message in context: > http://www.nabble.com/Problem-with-FileConsumer-and-pollEnrich-tp24795192p24895196.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
