I have a self hosting deployment of NServiceBus 6.2 and during startup I am receiving 3 warnings in the event log similar to below:
“NServiceBus performance counter for ‘# of msgs pulled from the input queue /sec’ is not set up correctly. To rectify this problem, consult the NServiceBus performance counters documentation.”
Is there a way to turn off performance counters? Or to surpess the warning message?
I have taken a look through the performance counters documentation, but can only see how to install and setup the performance counters.
We do not require the performance counters at this time.
Thanks in advance.