16

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?

Jesse
  • 3,522
  • 6
  • 25
  • 40
MathuSuthanan
  • 231
  • 2
  • 4
  • 8

4 Answers4

9

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/

spottedmahn
  • 14,823
  • 13
  • 108
  • 178
Clive Ciappara
  • 558
  • 5
  • 11
  • 5
    Need a solution for mac. – SSH This Apr 10 '19 at 16:26
  • 1
    Definitely need a solution for macOS! – jtlz2 Jun 06 '19 at 11:06
  • 4
    This doesn't really address the question about viewing in the Azure Portal, but allowing you to view in another application. Is there anyway to view in the actual Portal? – SteveC Aug 12 '19 at 11:45
  • If you use mac, there is [Cerulean](https://www.cerebrata.com/products/cerulean/features), a cross-platform app from Cerebrata – przem Sep 16 '19 at 17:31
  • I am not sure if I am missing something, but I can not access the Service Bus Explorer on the link provided. It only redirects me to MSDN samples... – Petra Stručić Dec 04 '19 at 13:56
  • The solution I used is Chocolatey on this link https://chocolatey.org/packages/ServiceBusExplorer. Proved very useful for viewing Topic subscriptions' details since the GUI in the Portal is not very helpful regarding that. – Petra Stručić Dec 06 '19 at 09:02
2

Most easy way get this done ::

  1. https://github.com/paolosalvatori/ServiceBusExplorer/releases
  2. Check the assets folder of required version.
  3. Download the Zip file among others.
  4. unzip to new folder and double click on "ServiceBusExplorer" (not exe.config file).

Now you can connect and see the actual messages.

2

Microsoft has recently released Service Bus Explorer on Portal. We can send/receive/peek messages here. It's still in preview though.

enter image description here

Venkata Dorisala
  • 4,783
  • 7
  • 49
  • 90
  • Warning for those looking at this - as of Oct 2020, the web based Service Bus Explorer is still VERY broken. – Rob Oct 23 '20 at 21:28
1

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.

Community
  • 1
  • 1
Roma Kostelnyy
  • 183
  • 1
  • 12