Hi, I need help please. I am using the IMAP component to read emails from a mailbox as below. And toying with the 'fetchStrategy' to decide an optimum number of emails to be read on every poll.
Let's say if I keep the fetchStrategy as 5 and then increase the number of threads to 5, would it ensure that all 5 emails are being processed in parallel by my Camel route pipeline processors? ## configure default thread pool profilecamel.threadpool.pool-size = 5camel.threadpool.max-pool-size = 10 Regards, Dipak.