Deleting a scheduled message from Azure service bus without using code?

267 views Asked by At

I know I can delete an Azure service bus queue scheduled message from code, but I'm looking for a way to do it with a tool. ex. Azure Storage Explorer, Service Bus Explorer, etc.

It doesn't seem like any of the tools allow this?

2

There are 2 answers

1
Cindy Pau On

As Sean Feldman said in the comment, there is no ready tools to achieve your requirement, you need to achieve it by code or script.

0
Dejan Grujić On

QueueExplore can display and delete scheduled messages. Or reschedule them. Or perform any other typical operation like move, copy, etc.

https://www.cogin.com/QueueExplorer/azure-service-bus/

However, I see that Mac is mentioned in the comments, QueueExplorer is currently Windows only (and Linux with Wine).