Skip to content

Commit e93c1cf

Browse files
authored
Apply suggestions from code review
removed a white line
1 parent eb2633f commit e93c1cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ ms.custom: "fasttrack-edit, devx-track-csharp"
1212
Azure Service Bus queues and topic subscriptions provide a secondary subqueue, called a _dead-letter queue_ (DLQ). The dead-letter queue doesn't need to be explicitly created and can't be deleted or managed independent of the main entity.
1313

1414
This article describes dead-letter queues in Service Bus. Much of the discussion is illustrated by the [Dead-Letter queues sample](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/servicebus/Azure.Messaging.ServiceBus/samples/DeadLetterQueue) on GitHub.
15-
1615
## The dead-letter queue
1716

1817
The purpose of the dead-letter queue is to hold messages that can't be delivered to any receiver, or messages that couldn't be processed. Messages can then be removed from the DLQ and inspected. An application might let a user correct issues and resubmit the message.

0 commit comments

Comments
 (0)