使用 NServiciceBus 将信息数引入我的输入队列, 是否需要绕过它, 使用本地 MSMQ 接口?
It s not gonna be a complete monitoring, we ve got a system comprising several NSB components and they re monitored through the usage of Windows performance counters. What I m trying to achieve is just a simple health check -> sending a NSB message to a component, its response is to contain let s say DB access status and number of MSMQ messages in its queue. That s why I d like to make it as simple as possible. So the question is: can I check the message number in a simple way or I d rather need to read the performance counter ?