This repository was archived by the owner on Aug 18, 2021. It is now read-only.
This repository was archived by the owner on Aug 18, 2021. It is now read-only.
ServiceBus completes messages even when ReceiveMode is ReadAndDelete #199
Open
Description
You are only supposed to call CompleteMessage
if the receive mode is PeekLock
, but ServiceBus is calling the method unconditionally.
More information: https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-performance-improvements#receive-mode