Pardon me while I show my XML inexperience again. Is it possible to configure a DeadLetterChannel or other error handlers through the current XML schema?

eg: What would the following look like?

errorHandler(deadLetterChannel("seda:errors").maximumRedeliveries(2).useExponentialBackOff());
from("seda:a").to("seda:b");

- aaron

Reply via email to