Questions tagged [service-bus-explorer]
9 questions
5
votes
1 answer
Unable to connect to Event HUB from Service bus explorer
I have downloaded the Service Bus Explorer from GIT. I am able to connect to the Service Bus Queue & Topics. But when i am trying to connect to the Event Hub, i am getting some issue. Error-->
Exception: System.UnauthorizedAccessException: The…

lokanath das
- 736
- 1
- 10
- 35
2
votes
2 answers
Azure servicebus trigger queue not hitting code in local debugging
Created Azure function with service bus trigger and deployed in azure portal. Using servicebusexplorer, sending the queue to portal and working fine. But after stopped the function in azure, sending the message from explorer to local code in visual…

sam
- 21
- 1
- 2
1
vote
2 answers
Azure Service Bus - Message Peek on Subscription
I have a listen access on Topic/Subscription for Azure Service Bus. Is there a way to verify if a subscription has a message and how many messages are there. I don't have manage connection string and I think I cannot run Service Bus Explorer. I…

Shiju Samuel
- 1,373
- 6
- 22
- 45
0
votes
1 answer
How to use filters in ServiceBusExplorer?
I'm trying to filter out my Azure Dead Letter Queue messages in order to find a specific element from the deadletterqueue.
I downloaded the tool from https://github.com/paolosalvatori/ServiceBusExplorer and make the connection between azure and the…

lenopad
- 1
0
votes
1 answer
Azure Service Bus - unable to see the message
The message is posted to the service bus from Java code and while checking in Azure portal -> service bus -> Possible to see the incoming and successful request.
I have been trying to see the Azure posted message using 'Service Bus Explorer'.
But…

RagaSGNur
- 199
- 1
- 2
- 15
0
votes
1 answer
Repair and resubmit message stuck - Service Bus Explorer
It seems that my Service Bus Explorer application got stuck somehow when trying to perform the "Repair and resubmit message" from the dead-letter queue.
There was a problem with the SMTP server so now i have to resend messages manually, it worked…

hellyeimlostasf
- 1
- 1
0
votes
2 answers
Deleting a scheduled message from Azure service bus without using code?
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
0
votes
1 answer
How to see Service bus queue messages in readable form?
I am new to Service Bus and Azure. My service bus has messages but data looks not readable. I am using Service Bus Explorer. Can you please guide how to see data in readable form?
Thanks

user576510
- 5,777
- 20
- 81
- 144
0
votes
2 answers
Azure Service Bus Queue delete specific queued message
I know I can call up the scheduled message in c#/code and delete a scheduled message like this
Scheduled messages can be removed by calling CancelScheduledMessageAsync(sequenceNumber)
But I can't seem to figure out how to do it with Service Bus…

chuckd
- 13,460
- 29
- 152
- 331