Skip to content

Commit b7b4dd8

Browse files
authored
1 parent ebacae0 commit b7b4dd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
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,6 +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 the topic's subscriptions (as shown below)
6061
- Subscriptions
6162
- No receives
6263
- No updates to the subscription

0 commit comments

Comments
 (0)