0

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?

chuckd
  • 13,460
  • 29
  • 152
  • 331

2 Answers2

0

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.

Cindy Pau
  • 13,085
  • 1
  • 15
  • 27
0

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).

Dejan Grujić
  • 402
  • 2
  • 6