Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dead letter queue support to service bus crate #990

Closed
mario-guerra opened this issue Aug 8, 2022 · 2 comments
Closed

Add dead letter queue support to service bus crate #990

mario-guerra opened this issue Aug 8, 2022 · 2 comments
Labels
feature-request This issue requires a new behavior in the product in order be resolved. Service Bus Service Bus

Comments

@mario-guerra
Copy link
Member

The service bus crate does not appear to offer any way to query the dead letter queue in a service bus client. This feature should be added.

@mario-guerra mario-guerra added the feature-request This issue requires a new behavior in the product in order be resolved. label Aug 8, 2022
@cataggar cataggar added the Service Bus Service Bus label Aug 8, 2022
@minghuaw
Copy link

Is there a specification on how to complete a DLQ message with AMQP 1.0?

It seems like the dotnet sdk uses the "x-opt-lock-token" as the delivery tag. However, I have made an example which simply uses the delivery tag of the DLQ message itself, and the example seems to work fine.

https://github.com/minghuaw/fe2o3-amqp/blob/main/examples/service_bus/src/bin/queue_dlq.rs

@cataggar
Copy link
Member

cataggar commented Oct 1, 2023

I think we should recommend the AMQP based azservicebus. #1429

@cataggar cataggar closed this as completed Oct 1, 2023
@cataggar cataggar reopened this Oct 1, 2023
@cataggar cataggar closed this as not planned Won't fix, can't repro, duplicate, stale Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request This issue requires a new behavior in the product in order be resolved. Service Bus Service Bus
Projects
None yet
Development

No branches or pull requests

3 participants