Issues while migrating nuget package from Microsoft.Azure.ServiceBus to Azure.Messaging.ServiceBus

Ranjith Reddy 1 Reputation point
2022-01-19T05:16:45.197+00:00

Hi All, i was migrating my nuget package from Microsoft.Azure.ServiceBus to Azure.Messaging.ServiceBus. But in my project we have also used interfaces like IMessageReceiver, ISenderClient, ITopicClient from Microsoft.Azure.ServiceBus.Core, but couldnot find the related interfaces in the updated package. Can you please let me know what can we use in its replacement. Thanks for help.

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
700 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,941 Reputation points Moderator
    2022-01-20T10:01:21.01+00:00

    @Ranjith Reddy You can refer to the migrating guide to Azure.Messaging.ServiceBus from Microsoft.Azure.ServiceBus along with some of the samples of Azure.Messaging.ServiceBus namespace. You need to rewrite the code as there are classes and interfaces is changed.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.