I would like to programmatically check if the MSMQ quota exceeded. In this way, i could provide a ServicePulse custom check. I noticed that the MSMQ quota mostly exceeds if the transactional dead-letter queue is full of messages. So instead of check the MSMQ quota, another approach could be to check if the dead-letter queue contains any message.
Do you have any suggestions on this topic?
Thanks in advance