rebus-org / Rebus.AzureServiceBus

:bus: Azure Service Bus transport for Rebus
https://mookid.dk/category/rebus
Other
33 stars 20 forks source link

bug(subscription): updates subscription because uri scheme differs #94

Closed riezebosch closed 1 year ago

riezebosch commented 1 year ago

Using another management library for the newer api-version to show that nowadays subscriptions are created using an https uri.

This PR is just a proof-of-concept and includes some details from my own service bus namespace.

Related #93

riezebosch commented 1 year ago

Probably the solution I want is to disable the subscription management like there already is for queue's and topics.

riezebosch commented 1 year ago

we solved it by removing the Subscribe calls