Skip to content

Commit 5e8c2da

Browse files
Merge pull request #298528 from PesalaPavan/patch-87
(AzureCXP) fixes MicrosoftDocs/azure-docs#421713
2 parents 9eeab51 + 7f8e067 commit 5e8c2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Typically, however, an application defines where a set of related messages start
2424
> [!IMPORTANT]
2525
> When sessions are enabled on a queue or a subscription, the client applications can ***no longer*** send/receive regular messages. Clients must send messages as part of a session by setting the session ID and received by accepting the session. Clients might still peek a queue or subscription that has sessions enabled. See [Message browsing](message-browsing.md).
2626
27-
The APIs for sessions exist on queue and subscription clients. There's an imperative model that controls when sessions and messages are received, and a handler-based model that hides the complexity of managing the receive loop.
27+
The APIs for sessions exist on queue and subscription clients. There are two ways to receive sessions and messages: the imperative model, where you manually control when and how messages are received, and the handler-based model, which simplifies things by automatically managing the message loop and processing.
2828

2929
For samples, use links in the [Samples](#samples) section.
3030

0 commit comments

Comments
 (0)