Skip to content

Commit

Permalink
Update default dlq producer name (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
geniusjoe authored Feb 13, 2025
1 parent d977e48 commit f7edba9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/concepts-messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ The default dead letter topic uses this format:
The dead letter producerName uses this format:

```
<topicname>-<subscriptionname>-<consumername>-DLQ
<topicname>-<subscriptionname>-<consumername>-<randomstring>-DLQ
```

:::note
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.3.x/concepts-messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ The default dead letter topic uses this format:
The dead letter producerName uses this format:

```
<topicname>-<subscriptionname>-<consumername>-DLQ
<topicname>-<subscriptionname>-<consumername>-<randomstring>-DLQ
```

:::note
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.0.x/concepts-messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ The default dead letter topic uses this format:
The dead letter producerName uses this format:

```
<topicname>-<subscriptionname>-<consumername>-DLQ
<topicname>-<subscriptionname>-<consumername>-<randomstring>-DLQ
```

:::note
Expand Down

0 comments on commit f7edba9

Please sign in to comment.