Skip to content

Commit 35d9cbe

Browse files
authored
Merge pull request #178157 from spelluru/patch-61
Clarification based on feedback
2 parents 045f4cf + 4c19c42 commit 35d9cbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Service Bus - message expiration
33
description: This article explains about expiration and time to live of Azure Service Bus messages. After such a deadline, the message is no longer delivered.
44
ms.topic: conceptual
5-
ms.date: 07/09/2021
5+
ms.date: 11/01/2021
66
---
77

88
# Message expiration (Time to Live)
@@ -57,7 +57,7 @@ Here's what considered idleness of entities (queues, topics, and subscriptions):
5757
- No sends
5858
- No updates to the topic
5959
- No scheduled messages
60-
- No operations on child subscriptions
60+
- No operations on the topic's subscriptions (as shown below)
6161
- Subscriptions
6262
- No receives
6363
- No updates to the subscription

0 commit comments

Comments
 (0)