Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to view servicebus message in Azure Portal

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?

like image 227
MathuSuthanan Avatar asked Sep 25 '17 12:09

MathuSuthanan


People also ask

How do I read my Azure Service Bus messages?

To receive messages, select Receive Mode in the Service Bus Explorer dropdown. Check the metrics to see if there are Active Messages or Dead-lettered Messages to receive, and select either Queue / Subscription or DeadLetter.

What is Service Bus in Azure?

Azure Service Bus is a fully managed enterprise message broker with message queues and publish-subscribe topics (in a namespace). Service Bus is used to decouple applications and services from each other, providing the following benefits: Load-balancing work across competing workers.


2 Answers

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/

like image 189
Clive Ciappara Avatar answered Sep 25 '22 17:09

Clive Ciappara


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.

like image 39
Sumanth Mohan Avatar answered Sep 21 '22 17:09

Sumanth Mohan