Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2011.01
-
None
Description
Currently, the servicemix-http consumer endpoint uses the continuation itself or a wrapper around the continuation to synchronize on. Since it can be a bit confusing for people (incl. myself) reading the code to figure out what exactly the synchronized block is using, it would be better to refactor this so it always uses a separate lock object.