For the complete documentation index, see llms.txt. This section of documentation is indexed by https://docs.particular.net/monitoring/llms.txt. Here is the markdown version of this page. Markdown versions of documentation pages are available by appending .md to the page URL. Directory URLs use index.md.

Setup Queue Length Metrics Reporting for the MSMQ Transport

The NServiceBus.Metrics.ServiceControl.Msmq component monitors endpoints' queue length and passes that data to NServiceBus.Metrics.ServiceControl which in turn sends it to an instance of the ServiceControl.Monitoring service.

graph LR subgraph Endpoint Metrics[NServiceBus<br>Metrics<br>ServiceControl<br>Msmq] -- Queue Length Data --> MetricsSC[Metrics<br>ServiceControl<br>Plugin] end MetricsSC -- Metric Data --> Monitoring Monitoring[ServiceControl<br>Monitoring<br>Instance]

Configuration

No configuration is required. Reporting is configured automatically.

List of Samples