Skip to content

Commit b3c91fd

Browse files
Merge pull request #234529 from spelluru/sbusdlq0414
fixed the formatting issue, and added proper alt text
2 parents cb912a6 + 1fd0652 commit b3c91fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/service-bus-messaging/service-bus-dead-letter-queues.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ There's no automatic cleanup of the DLQ. Messages remain in the DLQ until you ex
2424
## DLQ message count
2525

2626
It's not possible to obtain count of messages in the dead-letter queue at the topic level. That's because messages don't sit at the topic level. Instead, when a sender sends a message to a topic, the message is forwarded to subscriptions for the topic within milliseconds and thus no longer resides at the topic level. So, you can see messages in the DLQ associated with the subscription for the topic. In the following example, **Service Bus Explorer** shows that there are 62 messages currently in the DLQ for the subscription "test1".
27-
![DLQ message count](./media/service-bus-dead-letter-queues/dead-letter-queue-message-count.png)
27+
28+
:::image type="content" source="./media/service-bus-dead-letter-queues/dead-letter-queue-message-count.png" alt-text="Image showing 62 messages in the dead-letter queue.":::
2829

2930
You can also get the count of DLQ messages by using Azure CLI command: [`az servicebus topic subscription show`](/cli/azure/servicebus/topic/subscription#az-servicebus-topic-subscription-show).
3031

0 commit comments

Comments
 (0)