Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
If you use pollEnrich to poll an URI such as file/ftp, then its using the PollingConsumer API that is designed to return an exchange, and the enricher will attempt to poll until an exchange is succesfull retrieved. However you may want to receive any exceptions during polling to be propagated to the pollEnrich so you can let routing error handler deal with it.