Skip to content

Commit 4716b6c

Browse files
Merge pull request #215933 from spelluru/patch-125
freshness review
2 parents f95d9c0 + 11d869a commit 4716b6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Service Bus dead-letter queues | Microsoft Docs
33
description: Describes dead-letter queues in Azure Service Bus. Service Bus queues and topic subscriptions provide a secondary subqueue, called a dead-letter queue.
44
ms.topic: article
5-
ms.date: 08/30/2021
5+
ms.date: 10/25/2022
66
ms.custom: "fasttrack-edit, devx-track-csharp"
77
---
88

@@ -79,4 +79,4 @@ As there can be valuable business data in messages that ended up in the dead-let
7979
Tools like [Azure Service Bus Explorer](./explorer.md) enable manual moving of messages between queues and topics. If there are many messages in the dead-letter queue that need to be moved, [code like this](https://stackoverflow.com/a/68632602/151350) can help move them all at once. Operators will often prefer having a user interface so they can troubleshoot which message types have failed processing, from which source queues, and for what reasons, while still being able to resubmit batches of messages to be reprocessed. Tools like [ServicePulse with NServiceBus](https://docs.particular.net/servicepulse/intro-failed-messages) provide these capabilities.
8080

8181
## Next steps
82-
See [Enable dead lettering for a queue or subscription](enable-dead-letter.md) to learn about different ways of configuring the **dead lettering on message expiration** setting.
82+
See [Enable dead lettering for a queue or subscription](enable-dead-letter.md) to learn about different ways of configuring the **dead lettering on message expiration** setting.

0 commit comments

Comments
 (0)