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?

8
  • Powershell? That's scripting 😀 Commented May 4, 2021 at 21:14
  • to be honest, I don't really feel like installing powershell on my Mac. You would think one of the gui tools would allow this? Commented May 4, 2021 at 23:12
  • You can :) I'll post the answer Commented May 4, 2021 at 23:31
  • which gui tool? I can't do it in the Azure portal. Only 'receiveanddelete' are allowed on active messages, not scheduled messages. I don't believe Storage Explorer allows you to do it either, but maybe I can't find the way to do it. Commented May 4, 2021 at 23:37
  • ServiceBus Explorer can Peek one or more scheduled messages by sequence number, it can't delete. Commented May 4, 2021 at 23:44

2 Answers 2

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.

Sign up to request clarification or add additional context in comments.

1 Comment

Why would this be so limited?
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).

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.