Hi Manglu,

> As part of this i want to send emails to admin with the error information.

Have you considered sending error messages to the SEDA queue and
reading them asynchronously afterwards?

errorHandler(deadLetterChannel("seda:errors"));
from("seda:errors").to(some slow and unreliable notification endpoint);

Best regards.

--
Henryk Konsek
http://henryk-konsek.blogspot.com

Reply via email to