You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Camel Guy <ca...@devguy.com> on 2014/05/13 19:46:38 UTC

mail component: Stopping consumer when there are no more mails to read

Hello,

I'm using Camel 2.13.0.

I'm using imaps: and would like to know when all messages have been fetched
from the server.

I tried using sendEmptyMessageWhenIdle=true but my route never sees a null
body.

Should I resort to a more manual PollingConsumer EIP approach?


Thank you