<route> <!--
&amp;deleteProcessedMessages=true&amp;contentType=multipart/mixed -->
                        <from
                        
uri="pop3://[EMAIL 
PROTECTED]:110?password=abcdefg&amp;consumer.delay=60000&amp;processOnlyUnseenMessages=true&amp;deleteProcessedMessages=false"
/>
                        <to uri="bean:MailReader" />
                </route>

My expectation is that processOnlyUnseenMessage being true would mean that
my MailReader bean's process method would only be called once per mail
message.  However, unless I set deleteProcessedMessages=true (or leave it
defaulted), then the mail reader bean gets called every 60 seconds for the
same mail message.

Am I missing something?

Thanks.
-- 
View this message in context: 
http://www.nabble.com/processOnlyUnseenMessages%3Dtrue-not-working-in-1.4.0--tp20120636s22882p20120636.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to