Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.9.2
-
None
-
Patch Available
-
Novice
Description
ErrorRedeliveryHandler has static reference to a thread pool used for scheduling retries, thus when it's stopped it stops a pool used by other handler instances(e.g. from other contexts), thus they now can't redeliver.