Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Complete
-
2.2.1
Description
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.