Skip to content

Commit 6f4ad9c

Browse files
Merge pull request #220620 from spelluru/sbusoverview1206
clarification
2 parents 63d79a7 + 50d7f4f commit 6f4ad9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/service-bus-messaging-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Messages are sent to and received from **queues**. Queues store messages until t
5050

5151
![Queue](./media/service-bus-messaging-overview/about-service-bus-queue.png)
5252

53-
Messages in queues are ordered and timestamped on arrival. Once accepted by the broker, the message is always held durably in triple-redundant storage, spread across availability zones if the namespace is zone-enabled. Service Bus never leaves messages in memory or volatile storage after they've been reported to the client as accepted.
53+
Messages in queues are ordered and timestamped on arrival. Once accepted by the broker, the message is always held durably in triple-redundant storage, spread across availability zones if the namespace is zone-enabled. Service Bus keeps messages in memory or volatile storage until they've been reported by the client as accepted.
5454

5555
Messages are delivered in **pull** mode, only delivering messages when requested. Unlike the busy-polling model of some other cloud queues, the pull operation can be long-lived and only complete once a message is available.
5656

0 commit comments

Comments
 (0)