Skip to content

Commit 3c43106

Browse files
authored
Merge pull request #112475 from spelluru/sbussessions0423
clarification
2 parents c67dc49 + 6bba93a commit 3c43106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: na
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: article
15-
ms.date: 01/24/2020
15+
ms.date: 04/23/2020
1616
ms.author: aschhab
1717

1818
---
@@ -61,7 +61,7 @@ When multiple concurrent receivers pull from the queue, the messages belonging t
6161

6262
The previous illustration shows three concurrent session receivers. One Session with `SessionId` = 4 has no active, owning client, which means that no messages are delivered from this specific session. A session acts in many ways like a sub queue.
6363

64-
The session lock held by the session receiver is an umbrella for the message locks used by the *peek-lock* settlement mode. A receiver can't have two messages concurrently "in flight," but the messages must be processed in order. A new message can only be obtained when the prior message has been completed or dead-lettered. Abandoning a message causes the same message to be served again with the next receive operation.
64+
The session lock held by the session receiver is an umbrella for the message locks used by the *peek-lock* settlement mode. Only one receiver can have a lock on a session. A receiver may have many in-flight messages, but the messages will be received in order. Abandoning a message causes the same message to be served again with the next receive operation.
6565

6666
### Message session state
6767

0 commit comments

Comments
 (0)