Is managing Service Bus Queues/Topics/Subscriptions (i.e. creating queues, deleting queues, etc.) on the roadmap?
These features were supported in the old Node.js SDK: https://github.com/Azure/azure-sdk-for-node/blob/master/lib/services/serviceBus/lib/servicebusservice.js
Thank you for opening this issue! We are routing it to the appropriate team for follow up.
Any update on this? Thanks!
We are very interested in this. Subscribing to the thread.
The update here is that we are currently working on this feature and ironing out the last few details.
We will post another update once the feature is released.
Thanks for your patience!
Meanwhile, please do try out the @azure/arm-servicebus library that provides the management apis you are looking for if you have AAD set up.
Hello all,
Thanks for your patience.
Please subscribe to #1057 for further updates on this feature request.
The next preview update for @azure/service-bus package will be having the ability to perform CRUD operations on queues, topics, subscriptions and rules.
Hello all,
We are happy to share that the third preview to v7 (7.0.0-preview.3) of the @azure/service-bus package now supports the CRUD & list operations on queues, topics, subscriptions and rules via a separate "client" that can be instantiated either via a connection string or an AAD credential.
Please checkout the sample for management operations for more details.
Please note that this is still in preview and the next preview might have some changes in the API based on internal and external feedback.
Please give it a try and let us know if you have any feedback.
Most helpful comment
Thank you for opening this issue! We are routing it to the appropriate team for follow up.