Skip to content

Commit f75462d

Browse files
Move processor section
1 parent c2673f7 commit f75462d

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

nservicebus/transactional-session/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ Disposing of the transactional session without committing will roll back any cha
6363
> [!NOTE]
6464
> The `Commit` operation may fail and throw an exception for reasons outlined in the [failure scenarios section](#failure-scenarios).
6565
66-
partial: remote-processor
67-
6866
## Requirements
6967

7068
The transactional session feature requires a supported persistence package to store outgoing messages. This feature is currently supported for the following persistence packages:
@@ -85,6 +83,8 @@ It's recommended to not mix the processing of control messages with business mes
8583
- More accurate metrics: Metrics like critical time and queue length will accurately represent the performance of the control message processing and not be skewed by business messages
8684
- Simplified management: Knowing that the endpoint only processes control messages makes it possible to always retry all failed messages related to the endpoint via tools like ServicePulse
8785

86+
partial: remote-processor
87+
8888
## Transaction consistency
8989

9090
To guarantee atomic consistency across database and message operations, the transactional session requires the [outbox](/nservicebus/outbox) to be enabled. This combination of features provides the strongest consistency guarantees and is, therefore, the recommended, safe-by-default configuration.

0 commit comments

Comments
 (0)