Azure / azure-sdk-for-js

This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.
MIT License
1.98k stars 1.15k forks source link

[ServiceBus] revert to check deleted count against MaxDeleteMessageCount #29503

Open jeremymeng opened 2 months ago

jeremymeng commented 2 months ago
          revert to the same logic as in `sessionReceiver` once service fix issue to ensure deleting `MaxDeleteMessageCount` messages.

_Originally posted by @jeremymeng in https://github.com/Azure/azure-sdk-for-js/pull/28627#discussion_r1580257210_

github-actions[bot] commented 2 months ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @EldertGrootenboer.

jeremymeng commented 2 months ago

Will need to guard against the service issue for May release, as the service issue has not been fixed yet.