rebus-org / Rebus.AzureServiceBus

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

Migrate to Azure.Messaging.ServiceBus #70

Closed binick closed 3 years ago

binick commented 3 years ago

Hi @mookid8000, referred to #69. I have initialize the porting to Azure.Messaging.ServiceBus.

Though the packages share the operating principles, there are many classes that have been renamed and this has caused many changes.

I have been fix the major part of broken tests but I has not be able to fix VerifyHowThingsWorkWhenConnectionStringEndpointHasPath.ItWorks and I don't have run the manual tests.


Rebus is MIT-licensed. The code submitted in this pull request needs to carry the MIT license too. By leaving this text in, I hereby acknowledge that the code submitted in the pull request has the MIT license and can be merged with the Rebus codebase.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

mookid8000 commented 3 years ago

Excellent work! I finally got around to making a few minor adjustments and fixing the tests 🙂 it's out as Rebus.AzureServiceBus 9.0.0-b1 on NuGet.org now!

Sorro for taking so long to get back to you 😺