Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

no ability to explicitly DeadLetter a brokered message #983

Open
jeremyfrench opened this issue Jul 24, 2018 · 2 comments
Open

no ability to explicitly DeadLetter a brokered message #983

jeremyfrench opened this issue Jul 24, 2018 · 2 comments

Comments

@jeremyfrench
Copy link

With .net you can send a message to the dead letter queue with an explicit reason
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.servicebus.queueclient.deadletterasync?view=azure-dotnet

However, with the php client, it looks like this functionality is not available. I can't see if it is available on the HTTP rest client as yet, I saw this https://stackoverflow.com/a/20533304/56672 which indicated it was planned as a feature in 2013

If someone can point me in the direction of the http rest docs I can look at creating a PR.

I realise that after enough rejections a message will end up on the dead letter queue anyway, but it would be good if I can give a reason.

@jeremyfrench
Copy link
Author

It looks like there is still missing functionality with the rest API.

Azure/azure-service-bus#8

@nuil
Copy link

nuil commented Nov 6, 2019

Hi,

any news regarding this issue?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants