We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f2669 commit 44c80e7Copy full SHA for 44c80e7
sdk/servicebus/azure-servicebus/README.md
@@ -212,7 +212,7 @@ with ServiceBusClient.from_connection_string(connstr) as client:
212
213
Other settlement methods (beyond complete and defer) include:
214
* `dead_letter`, removing the message from the primary queue and sending it to a
215
-special "dead-letter sub-queue" where it can be accessed using the `get_queue_dead_letter_receiver` function.
+special "dead-letter sub-queue" where it can be accessed using the `get_queue_deadletter_receiver` function.
216
* `abandon`, immediately returning the message back to the queue to be picked up by another (or the same) receiver.
217
218
## Troubleshooting
0 commit comments