Hi,

No thoughts about that really trivial use case ? I discovered the "greedy"
option in polled consumre which could help, with a timer defined to once a
day, to poll all the file once a day without limitation of the number.
However, I don't really know if it's possible to couple that to a
pollenrich or whatever the mean to trigger the consumption at a certain
moment, based on another message, for example.

Jonathan

2017-05-08 16:49 GMT+02:00 Jonathan Schoreels <jonathan.schore...@gmail.com>
:

> Hi.
>
> I would like to know, in your experience, what's the best way to poll an
> entire folder/remote folder, at an regular interval ?
>
> It could seems quite easy, since the the file consumer can be used as a
> batch consumer, that a scheduler can be used with it, but I have some
> limitation each time :
>
> 1. Batch consumer : How to set a "good maxMessagePerPoll" ? If I hardcode
> it, and poll those messages each day, I'm not future proof if more file
> comes.
> 2. poll enrich only poll one at a time. So if I need to poll ALL the
> folder each day, it doesn't help me.
> 3. having to start/stop routes with controle bus seems lot of
> tweaks/hacking just to design a simple flow.
>
> Have you any suggestion ?
>
> Jonathan
>

Reply via email to