Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0-beta3
-
None
Description
In CamelMailetProcessor we use parallel processing when splitting the mail because of Matcher's. This leads to spawn extra threads within camel which is not what most users expect. To mimic more the old behavoir and also make sure we don't run into issues we should remove the parallel processing.