Reputation: 231
I am using the Azure Service Bus topic mechanism. I have sent the messages to topic and want to see the messages which are all sent to the topic in azure portal. I can see the messages count but want to see the actual messages instead of count.
How can I do this?
Upvotes: 16
Views: 23921
Reputation: 5075
Microsoft has recently released Service Bus Explorer on Portal. We can send/receive/peek messages here. It's still in preview though.
Upvotes: 3
Reputation: 193
You can also use Azure Service Bus manager online tool
You will have to provide the connection string in order to use it
Thought it does not answer your question how to view it in the portal directly. Portal has very limited capabilities.
Upvotes: 1
Reputation: 558
You can use the Service Bus Explorer.
You can download it from here: https://github.com/paolosalvatori/ServiceBusExplorer/releases
Here is a tutorial on how to use it: http://colinvermander.com/tag/service-bus-explorer/
And here is a link for more information about the software and features: https://blogs.msdn.microsoft.com/paolos/2015/03/02/service-bus-explorer-2-6-now-available/
Upvotes: 9
Reputation: 23
Most easy way get this done ::
Now you can connect and see the actual messages.
Upvotes: 2