Skip to content

Commit ca6bf43

Browse files
authored
Merge pull request #8144 from Particular/docs-batch-2026-03-20
2 parents db288e6 + 89d3edd commit ca6bf43

13 files changed

Lines changed: 16 additions & 16 deletions

File tree

nservicebus/gateway/sql/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: SQL Gateway Storage
33
summary: SQL deduplication storage for the gateway component
44
component: GatewaySql
5-
reviewed: 2024-06-19
5+
reviewed: 2026-03-20
66
related:
77
- samples/gateway
88
---

nservicebus/hosting/azure-functions-service-bus/custom-triggers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ component: ASBFunctionsWorker
44
summary: How to write custom triggers to call NServiceBus from Azure Functions
55
related:
66
- nservicebus/hosting/azure-functions-service-bus
7-
reviewed: 2024-06-17
7+
reviewed: 2026-03-20
88
---
99

1010
partial: content

nservicebus/scaling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ summary: NServiceBus provides several options to scale out a system
44
redirects:
55
- transports/scale-out
66
- nservicebus/architecture/scaling
7-
reviewed: 2024-06-17
7+
reviewed: 2026-03-20
88
---
99

1010
There are several reasons to scale out [logical endpoints](/nservicebus/endpoints/), such as to achieve higher message throughput, or to provide high availability.
@@ -15,7 +15,7 @@ If message throughput is an issue, the first method to consider is splitting up
1515

1616
One message type might take considerably longer to process than other message types. The faster processing messages might suffer in throughput because of the slower processing messages. A good way to monitor and detect this is by using [ServicePulse's monitoring capabilities](/monitoring/metrics/in-servicepulse.md).
1717

18-
Separating slower messages from faster messages leads to higher throughput for the faster messages. For this reason, it can be beneficial to seperate different message types and their corresponding handlers into different logical endpoints.
18+
Separating slower messages from faster messages leads to higher throughput for the faster messages. For this reason, it can be beneficial to separate different message types and their corresponding handlers into different logical endpoints.
1919

2020
## Scaling out to multiple nodes
2121

persistence/sql/postgresql-combining-persistence-with-transport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Combining PostgreSQL Persistence and Transport
33
component: SqlPersistence
4-
reviewed: 2024-06-14
4+
reviewed: 2026-03-20
55
related:
66
- persistence/sql/dialect-postgresql
77
- transports/postgresql

persistence/sql/sqlserver-combining-persistence-wth-transport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Combining MS SQL Server Persistence and Transport
33
component: SqlPersistence
4-
reviewed: 2024-06-10
4+
reviewed: 2026-03-20
55
related:
66
- persistence/sql/dialect-mysql
77
- transports/sql
@@ -31,7 +31,7 @@ SendsAtomicWithReceive | SQL Transport uses isolated transaction for send and re
3131
ReceiveOnly | SQL Transport uses isolated transaction for receive | Transport DB
3232
None | No transactions | Persistence DB
3333

34-
<sup>1</sup> - Requires .NET Framework, or .NET 8 [`ImplicitDistributedTransactions`](https://learn.microsoft.com/en-us/dotnet/api/system.transactions.transactionmanager.implicitdistributedtransactions?view=net-8.0) set to `true`.
34+
<sup>1</sup> - Requires .NET Framework, or .NET 8+ [`ImplicitDistributedTransactions`](https://learn.microsoft.com/en-us/dotnet/api/system.transactions.transactionmanager.implicitdistributedtransactions) set to `true`.
3535

3636
#### Explicitly opting out of connection sharing when not using the Outbox
3737

samples/msmq/persistence/sample.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: MSMQ Subscription Persistence usage
3-
reviewed: 2024-06-18
3+
reviewed: 2026-03-20
44
component: MsmqPersistence
55
related:
66
- persistence/msmq

samples/pipeline/unit-of-work/sample.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Unit of work using custom pipeline behavior
33
summary: How to use IoC and a pipeline behavior to create a custom unit of work implementation.
4-
reviewed: 2024-06-10
4+
reviewed: 2026-03-20
55
component: Core
66
related:
77
- nservicebus/pipeline

servicecontrol/ravendb/containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Managing ServiceControl RavenDB instances via Containers
3-
reviewed: 2024-06-11
3+
reviewed: 2026-03-20
44
component: ServiceControl
55
versions: '[5,)'
66
redirects:

servicecontrol/sequence-contains-no-matching-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "InvalidOperationException: Sequence contains no matching element"
33
summary: "ServiceControl Management Utility shows System.InvalidOperationException: Sequence contains no matching element"
4-
reviewed: 2024-06-06
4+
reviewed: 2026-03-20
55
---
66

77
## Symptoms

servicecontrol/servicecontrol-instances/deployment/scmu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Deploying Error instances using ServiceControl Management
33
summary: A guide to using ServiceControl Management Utility to set up ServiceControl instances. Information about installing and upgrading ServiceControl instances.
4-
reviewed: 2024-06-14
4+
reviewed: 2026-03-20
55
component: ServiceControl
66
related:
77
- servicecontrol/servicecontrol-instances/hardware

0 commit comments

Comments
 (0)