Skip to content

Commit f499146

Browse files
Add warning about send-only endpoints not supported in older versions of TransactionalSession (#7236)
* Create index_sendonly_transactionalsession_[,3.1).partial.md * Update index_sendonly_transactionalsession_[,3.1).partial.md * Added the partial to transactional session page * Update index.md
1 parent 39b7903 commit f499146

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

nservicebus/transactional-session/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ The `TransactionalSession`, when combined with [outbox](/nservicebus/outbox), so
3434

3535
## Usage
3636

37+
partial: sendonly
38+
3739
To use the transactional session, first install the [transactional session package for a supported persister](/nservicebus/transactional-session/persistences) in the project.
3840

3941
Next, enable the session integration on the endpoint as follows:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
> [!WARNING]
2+
> Send-only endpoints are supported with Transactional Session starting from version 3.3.0. In earlier versions, attempting to use a transactional session with a send-only endpoint will result in an exception.
3+
```
4+
LocalQueueAddress isn't available for send-only endpoints.
5+
```

0 commit comments

Comments
 (0)