arcus-azure/arcus.messaging

Move `GetCorrelationInfo` extension from the `Microsoft.Azure.ServiceBus` to the `Azure.Messaging.ServiceBus`

stijnmoreels opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
In our previous supported Azure SDK, the Service Bus message was in the Microsoft.Azure.ServiceBus namespace, but with the new Azure SDK, the message is now in the Azure.Messaging.ServiceBus namespace.

Describe the solution you'd like
Add a new extension in the right namespace and deprecate the one in the old namespace.