1
votes

Is it possible to dispose a message to the dead letter queue in a NodeJS function triggered by a service bus message from a topic subscription? It appears to be possible for C# functions, but I need the same functionality in a NodeJS function. Azure WebJobs SDK Service Bus DeadLetter queue

1

1 Answers

1
votes

As far as I know, there is no function we can use to dispose a message to the dead letter queue for Node.js. See missing implementation of service bus message deadletter function #2019. It may be helpful to ask for this feature by providing feedback to Azure team here.