A fairly common (and expensive) mistake is to rely on your flow's error handler while iterating over a collection. What happens if one of the elements in your collection causes a message processor to fail? For some reason, it's natural to think that the single failure will be handled. But that's not what happens at [...]The post Mule Collection Error Handling appeared first on Confluex, Inc..