Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
661 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
From the docs, I can see that using C# it's possible to set autoCompleteMessages
to false
and manually complete or abandon an individual event when receiving a batch of events. Can anyone confirm that this same functionality does not exist in nodejs? If not, is there a well documented approach to simulating the behaviour that's out-of-the-box with C#?
Thanks.