Azure / azure-functions-servicebus-extension

Service Bus extension for Azure Functions
MIT License
65 stars 35 forks source link

Include dead letter reason when deadlettering #236

Open Tiberriver256 opened 2 months ago

Tiberriver256 commented 2 months ago

Right now the deadletter reason when a message is moved to the deadletter queue is not very helpful. This forces people to go down the explicit deadlettering route. Is there any way to store a more useful deadletter reason?

https://www.linkedin.com/pulse/use-explicit-dead-lettering-azure-functions-save-operations-das/