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: do not automatically try to create and delete topic subscriptions #435

Closed fgheysels closed 7 months ago

fgheysels commented 8 months ago

Change the default behaviour of the AzureServiceBusMessagePump. Instead of automatically creating a subscription on startup by default, and removing the subscription again on shut-down, we no longer do that.

Closes #432

netlify[bot] commented 8 months ago

Deploy Preview for arcus-messaging ready!

Name Link
Latest commit bcdd7e3e47c86f659a21da0a9489e5113dbed6f1
Latest deploy log https://app.netlify.com/sites/arcus-messaging/deploys/65e1a0bd6596b90007fa1bc9
Deploy Preview https://deploy-preview-435--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.

stijnmoreels commented 7 months ago

Propably, some integration tests will have to change, too, for this to work. As the tests will assume that their test generated subscription is auto-created