Skip to content

Commit 57d7475

Browse files
authored
Update index.md
1 parent 2223afe commit 57d7475

File tree

1 file changed

+1
-1
lines changed
  • nservicebus/transactional-session

1 file changed

+1
-1
lines changed

nservicebus/transactional-session/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The transactional session feature requires a supported persistence package to st
8181

8282
It's recommended to not mix the processing of dispatch messages with business messages in order to get:
8383

84-
- Predictable dispatch message dispatch: Processing of dispatch messages will be more reliable since there is no risk of getting delayed behind slow business messages
84+
- Predictable dispatch message processing: Processing of dispatch messages will be more reliable since there is no risk of getting delayed behind slow business messages
8585
- More accurate metrics: Metrics like critical time and queue length will accurately represent the performance of the dispatch message processing and not be skewed by business messages
8686
- Simplified management: Knowing that the endpoint only processes dispatch messages makes it possible to always retry all failed messages related to the endpoint via tools like ServicePulse
8787

0 commit comments

Comments
 (0)