[Feature Request] Support dead-letter queue in Spring Messaging Service Bus #21540
Labels
azure-spring
All azure-spring related issues
azure-spring-servicebus
Spring service bus related issues.
Client
This issue points to a problem in the data-plane of the library.
feature-request
This issue requires a new behavior in the product in order be resolved.
Milestone
Context
Referring to https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/servicebus/azure-messaging-servicebus#create-a-dead-letter-queue-receiver, Service Bus supports receiving from the dead-letter queue in SDK via ServiceBusReceiverClient and ServiceBusReceiverAsyncClient.
Problem
For our Spring Cloud Azure Service Bus libraries, we use the ServiceBusProcessorClient to receive messages from Service Bus and doesn't implement the feature to receive from dead-letter queues.
Solutions
We need to investigate whether we can support it in our Spring Cloud Azure Service Bus libraries as well. Possible solutions:
The text was updated successfully, but these errors were encountered: