Details
Description
The application crashes due to an unhandled exception from NMS API. The "NullReferenceException" from Apache.NMS.ActiveMQ.Transport.InactivityMonitor.ReadCheck() is logged in event viewer.
The issue was fixed after adding null check for "asyncTasks" in InactivityMonitor.cs/ReadCheck() before calling "this.asyncTasks.Wakeup();"