Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 2.3.3-fuse-01-09
-
Component/s: None
-
Labels:None
-
External Issue URL:
Description
As the doResume() method of JMSContinuation could be invoked in different thread as the same time, it should be synchronized.
Also, as getters will (most probably) not be made synchronized, some fields (isNew, isPending, isResumed) need to be made volatile.