Skip to content

Commit 5793317

Browse files
authored
clarification on ActiveMessagesAvailablePeriodicNotifications
1 parent 5cccf6a commit 5793317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-bus-messaging/includes/event-grid-service-bus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: spelluru
66
ms.service: event-grid
77
ms.topic: include
8-
ms.date: 02/04/2021
8+
ms.date: 10/20/2021
99
ms.author: spelluru
1010
ms.custom: include file
1111
---
@@ -18,7 +18,7 @@ Service Bus emits the following event types:
1818
| ---------- | ----------- |
1919
| Microsoft.ServiceBus.ActiveMessagesAvailableWithNoListeners | Raised when there are active messages in a Queue or Subscription and no receivers listening. |
2020
| Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListeners | Raised when there are active messages in a Dead Letter Queue and no active listeners. |
21-
| Microsoft.ServiceBus.ActiveMessagesAvailablePeriodicNotifications | Raised periodically if there are active messages in a Queue or Subscription, even if there are active listeners on that specific Queue or Subscription. |
21+
| Microsoft.ServiceBus.ActiveMessagesAvailablePeriodicNotifications | Raised every 30 seconds if there are active messages in a queue or subscription, even if there are active listeners on that specific queue or subscription. It's also raised when the active message count transitions from 0 to a positive value for the queue or subscription. |
2222
| Microsoft.ServiceBus.DeadletterMessagesAvailablePeriodicNotifications | Raised periodically if there are messages in the dead-letter entity of a Queue or Subscription, even if there are active listeners on the dead-letter entity of that specific Queue or Subscription. |
2323

2424
## Example event

0 commit comments

Comments
 (0)