arcus-azure / arcus.messaging

Messaging with Microsoft Azure in a breeze.
https://messaging.arcus-azure.net
MIT License
20 stars 11 forks source link

feat: Allow configurable PrefetchCount #427

Closed fgheysels closed 9 months ago

fgheysels commented 9 months ago

Allow to configure the PrefetchCount on the ServiceBus message pump.

Closes #426

netlify[bot] commented 9 months ago

Deploy Preview for arcus-messaging ready!

Name Link
Latest commit 979138495fc5e9ba7cb27d123d49376af3be1729
Latest deploy log https://app.netlify.com/sites/arcus-messaging/deploys/6582ac03bedb9f00083ae95f
Deploy Preview https://deploy-preview-427--arcus-messaging.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

fgheysels commented 9 months ago

Thx for this small enhancement, there is a suggestion on the unit test improvement, plus

  • [x] we also need to update our preview docs in this PR.

https://messaging.arcus-azure.net/Features/message-handling/service-bus

Mentionned PrefetchCount in the sample in the docs.

stijnmoreels commented 9 months ago

Thx for this!