Skip to content

Commit 6da1e95

Browse files
Merge pull request #279854 from spelluru/patch-87
Processing subscription rules - no subscriptions - warning
2 parents a8549e7 + 82560a8 commit 6da1e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Deferred messages won't be purged and moved to the dead-letter queue after they
5353

5454
## Errors while processing subscription rules
5555

56-
If you enable dead-lettering on filter evaluation exceptions, any errors that occur while a subscription's SQL filter rule executes are captured in the DLQ along with the offending message. Don't use this option in a production environment in which not all message types have subscribers.
56+
If you enable dead-lettering on filter evaluation exceptions, any errors that occur while a subscription's SQL filter rule executes are captured in the DLQ along with the offending message. Don't use this option in a production environment where you have message types that are sent to the topic, which don't have subscribers, as this may result in a large load of DLQ messages. As such, ensure that all messages sent to the topic have at least one matching subscription.
5757

5858
## Application-level dead-lettering
5959

0 commit comments

Comments
 (0)