Results 3 comments of Marco

Hi, I have the same problem at the moment. I want to mark messages as complete after successfully processing them. To achieve this, I use the `ServiceBusReceivedMessageContext` and do the...

@anuchandy We are currently using version **7.14.2**, I will update the version to **7.17.0** and test it again as you suggested. We are building the `ServiceBusProcessorClient` as follows: ```java ServiceBusClientBuilder()...

@anuchandy We updated the version to `7.17.0` and tested a little bit. It seems this solves the issue. Thank you 👍