Skip to content

Commit acf50af

Browse files
authored
Weekly legacy docs review
Updated the reviewed date and added sections on architectural foundations and messaging concepts.
1 parent 090e8af commit acf50af

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

nservicebus/messaging/index.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
---
22
title: Messaging
33
summary: Outline the various approach to sending-receiving, defining messages and common messaging patterns.
4-
reviewed: 2024-01-03
4+
reviewed: 2025-10-03
55
---
66

7-
NServiceBus is an implementation of a [message-based architecture](https://www.enterpriseintegrationpatterns.com/patterns/messaging/Messaging.html). As such it implements many of the common [messaging patterns](https://www.enterpriseintegrationpatterns.com/patterns/messaging/index.html)
7+
NServiceBus is an implementation of a [message-based architecture](https://www.enterpriseintegrationpatterns.com/patterns/messaging/Messaging.html). As such it implements many of the common [messaging patterns](https://www.enterpriseintegrationpatterns.com/patterns/messaging/index.html) to support distributed, decoupled systems
88

9-
For example:
9+
## Architectural Foundations
10+
11+
NServiceBus applies key messaging patterns to solve common challenges in distributed systems:
1012

1113
* [Messages, events and commands](/nservicebus/messaging/messages-events-commands.md) are an implementation of the [Message](https://www.enterpriseintegrationpatterns.com/patterns/messaging/Message.html), [Event](https://www.enterpriseintegrationpatterns.com/patterns/messaging/EventMessage.html) and [Command](https://www.enterpriseintegrationpatterns.com/patterns/messaging/CommandMessage.html) patterns.
1214
* [Persistence](/persistence/) is an implementation of the [Shared Database Pattern](https://www.enterpriseintegrationpatterns.com/patterns/messaging/SharedDataBaseIntegration.html)
1315
* [Publish-Subscribe](/nservicebus/messaging/publish-subscribe/) is an implementation of the [Durable Subscription Pattern](https://www.enterpriseintegrationpatterns.com/patterns/messaging/DurableSubscription.html)
1416

17+
## Messaging Concepts in NServiceBus
18+
1519
The approaches to messaging in NServiceBus can be categorized into the following concepts:
1620

1721
* [Messages, events and commands](/nservicebus/messaging/messages-events-commands.md)
@@ -23,4 +27,4 @@ The approaches to messaging in NServiceBus can be categorized into the following
2327
* [Message routing](/nservicebus/messaging/routing.md)
2428
* [Scheduling](/nservicebus/scheduling/)
2529
* [Outbox](/nservicebus/outbox/)
26-
* [Databus](/nservicebus/messaging/claimcheck/)
30+
* [Databus](/nservicebus/messaging/claimcheck/)

0 commit comments

Comments
 (0)