Skip to content

Commit 54d1878

Browse files
Merge pull request #230086 from jaganth/patch-6
Update event-grid-service-bus.md
2 parents 680a996 + 463fa25 commit 54d1878

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
@@ -16,8 +16,8 @@ Service Bus emits the following event types:
1616

1717
| Event type | Description |
1818
| ---------- | ----------- |
19-
| `Microsoft.ServiceBus.ActiveMessagesAvailableWithNoListeners` | Raised when there are active messages in a queue or subscription and no receivers listening. |
20-
| `Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListeners` | Raised when there are active messages in a dead letter queue and no active listeners. |
19+
| `Microsoft.ServiceBus.ActiveMessagesAvailableWithNoListeners` | Raised when a new active message arrives in a queue or subscription and there are no receivers listening. |
20+
| `Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListeners` | Raised when a new active messages arrives in a dead letter queue and there are no active listeners. |
2121
| `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 every 30 seconds 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. It's also raised when the dead-letter message count transitions from 0 to a positive value for the dead-letter entity of the queue or subscription. |
2323

0 commit comments

Comments
 (0)