0

I am using a service bus queue that uses sessions, and currently, something is receiving and deleting my messages.

The problem is that I don't know what is requesting the service bus queue.

Is there someway for me to see what/who is requesting my Azure service bus queue?

let me know if you need more information.

Mohammed Gadi
  • 381
  • 5
  • 18
Mike
  • 850
  • 10
  • 33
  • 1
    I would _hope_ you _know_ who you gave Shared Access Policy details to. Recycle them to see who's coming to complain :). – rickvdbosch Jun 20 '18 at 11:18
  • We all stopped what we have that is normally requesting it and something is still doing so. It is on our Dev environment so probably someone forgot they have something running somewhere. Hope this made sense? – Mike Jun 20 '18 at 11:25
  • I understand the question, but I think it is not available... Even the [Service Bus diagnostic logs](https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-diagnostic-logs) don't provide any information about the connected client. – rickvdbosch Jun 20 '18 at 11:36
  • Guess it's time to get it up to use SAS then – Mike Jun 20 '18 at 11:38

1 Answers1

0

If you have shared the SAS token and now you don't want to do that. I recommand that you could regenerate the policy key from Azure portal.

enter image description here

Tom Sun - MSFT
  • 24,161
  • 3
  • 30
  • 47
  • Sadly we run on the old ACS and it is probably running on the owner key – Mike Jun 22 '18 at 08:57
  • According to your description, it seems that someone use your owner key. Sorry I don't have experience about old ACS. But If regenerate key is possible, I still recommand that you regenerate it. – Tom Sun - MSFT Jun 22 '18 at 09:40