Method ResetSlowConsumer
ResetSlowConsumer(int)
Resets the slow consumer state if the channel has drained, allowing another slow consumer event to be raised if the subscription becomes slow again.
protected void ResetSlowConsumer(int pendingMsgCount)
Parameters
pendingMsgCountintThe current number of messages pending in the channel.