-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: 2.2.1
-
Component/s: Core
-
Labels:
When using a delay the DelayMessageHandler wraps the message info a static private DelayedMessageWrapper instance, which contains the orignal message.
There is no ability to access the original message in a regular way, except to use refelction tricks which is ugly.
So DelayedMessageWrapper should be public.