Skip to content

Commit 95bca91

Browse files
authored
Merge pull request #88919 from axisc/patch-4
adding note for message sessions
2 parents 6ff7c81 + 2b84bd7 commit 95bca91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/service-bus-messaging/message-sessions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ In the portal, set the flag with the following check box:
3838

3939
![][2]
4040

41+
> [!NOTE]
42+
> When Sessions are enabled on a queue or a subscription, the client applications can ***no longer*** send/receive regular messages. All messages must be sent as part of a session (by setting the session id) and received by receiving the session.
43+
4144
The APIs for sessions exist on queue and subscription clients. There is an imperative model that controls when sessions and messages are received, and a handler-based model, similar to *OnMessage*, that hides the complexity of managing the receive loop.
4245

4346
## Session features

0 commit comments

Comments
 (0)