Skip to content

Commit 7eac0d9

Browse files
committed
exclude Particular.Monitoring
ServiceControl doesn't have a setting for the monitoring queue. Always exclude hardcoded Particular.Monitoring
1 parent 0c7d00c commit 7eac0d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Particular.LicensingComponent/Shared/PlatformEndpointHelper.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public static bool IsPlatformEndpoint(string endpointName, ThroughputSettings th
1313
|| endpointName.EndsWith(".TimeoutsDispatcher", StringComparison.OrdinalIgnoreCase)
1414
|| endpointName.StartsWith($"{throughputSettings.ServiceControlQueue}.", StringComparison.OrdinalIgnoreCase)
1515
|| endpointName.Equals(ServiceControlSettings.ServiceControlThroughputDataQueue, StringComparison.OrdinalIgnoreCase)
16+
|| endpointName.Equals("Particular.Monitoring", StringComparison.OrdinalIgnoreCase)
1617
|| AuditThroughputCollectorHostedService.AuditQueues.Any(a => endpointName.Equals(a, StringComparison.OrdinalIgnoreCase));
1718
}
1819
}

0 commit comments

Comments
 (0)