From 6cd1cbdc3e693876f01b4d9f8f119f3246eca4a5 Mon Sep 17 00:00:00 2001 From: John Simons Date: Tue, 12 Aug 2025 11:39:39 +1000 Subject: [PATCH 1/2] Added the 2 new options for endpoint type These are introduced in https://github.com/Particular/ServicePulse/pull/2580 --- servicepulse/usage.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/servicepulse/usage.md b/servicepulse/usage.md index 972f05ed205..99486023ae2 100644 --- a/servicepulse/usage.md +++ b/servicepulse/usage.md @@ -89,6 +89,14 @@ An endpoint that is expected to no longer be used within the next 30 days. These Not an NServiceBus endpoint. These are broker queues or other messaging infrastructure that should not be included in NServiceBus licensing calculations. +#### Gateway or Bridging Endpoint + +This is an infrastructure endpoint used by the Particular Platform< + +#### Service Control Endpoint + +This is an infrastructure endpoint used by the Particular Platform< + ### Bulk endpoint updates The filter option can be used for bulk updating of endpoints or queues matching a certain naming pattern. From aa17c64bcd2fb86065cd9b4ba8e7d0770233e9e0 Mon Sep 17 00:00:00 2001 From: John Simons Date: Tue, 12 Aug 2025 14:53:00 +1000 Subject: [PATCH 2/2] Updates based on suggestions --- servicepulse/usage.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/servicepulse/usage.md b/servicepulse/usage.md index 99486023ae2..cb8c0ddca63 100644 --- a/servicepulse/usage.md +++ b/servicepulse/usage.md @@ -35,7 +35,7 @@ The report file must be provided to Particular upon request, it is **not** autom ## Viewing usage summary -At any time the system usage can be viewed on the Usage page. +At any time, the system usage can be viewed on the Usage page. This page has two tabs: - [Detected endpoints](#viewing-usage-summary-detected-endpoints) @@ -91,11 +91,11 @@ Not an NServiceBus endpoint. These are broker queues or other messaging infrastr #### Gateway or Bridging Endpoint -This is an infrastructure endpoint used by the Particular Platform< +This is either part of the [Gateway](/nservicebus/gateway/) infrastructure or part of the [Messaging Bridge](/nservicebus/bridge/) infrastructure. -#### Service Control Endpoint +#### Particular Platform Endpoint -This is an infrastructure endpoint used by the Particular Platform< +This is a Particular Platform infrastructure endpoint. ### Bulk endpoint updates