Azure-Samples / service-bus-dotnet-management

MIT License
23 stars 14 forks source link

Equivalent for NamespaceManager? #9

Open xplicit opened 7 years ago

xplicit commented 7 years ago

What is the equivalent for this code snippet from WindowsAzure.ServiceBus in new management API?

var namespaceManager = NamespaceManager.CreateFromConnectionString(connectionString);

namespaceManager.QueueExists(queueName);
namespaceManager.CreateQueue(new QueueDescription(queueName));
xplicit commented 7 years ago

@banisadr @binzywu any chances to get answer here?

cpunella commented 7 years ago

it should be like this https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-management-libraries