1

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

Gary Liu
  • 13,758
  • 1
  • 17
  • 32
Jon
  • 524
  • 1
  • 5
  • 12

1 Answers1

1

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.

Aaron Chen
  • 9,835
  • 1
  • 16
  • 28