Is NServiceBus monitoring agnostic to the transport layer?

131 Views Asked by At

We want to use NServiceBus monitoring feature, but we are using SQL Server on the transport layer instead of MSMQ. I was wondering if NServiceBus monitoring would still work ?

http://docs.particular.net/nservicebus/monitoring-nservicebus-endpoints

Not really relevant(but, We are using PRTG to monitor the feedback)

Thanks

1

There are 1 best solutions below

1
On BEST ANSWER

Yes it also works for SqlServer transport.
The performance counters are enabled for all transports.