N
The Daily Insight

How do I use the service bus Explorer tool?

Author

Ava Robinson

Updated on March 01, 2026

To access this tool, select the namespace and the specific queue or topic within that namespace you would like to send and receive messages from. Once there, select Service Bus Explorer (preview) from the left menu navigation pane. 'Receive' from a queue. This is a destructive receive (aka ReceiveAndDelete mode).

Simply so, how do you use Service Bus Explorer?

To use the Service Bus Explorer tool, you will need to do the following tasks:

  1. Provision an Azure Service Bus namespace.
  2. Create a queue to send and receive message from or a topic with a subscription to test out the functionality.
  3. Ensure that you are a member of one of these roles on the namespace:

Additionally, how do I read messages from service bus? Overview of application

  1. Create Azure Service Bus Queue using Azure Portal.
  2. Create HTTP trigger Azure Function to send the message into Queue.
  3. Create a Service Bus Queue trigger Azure function to read a message from Queue.

Considering this, how do I open Azure Service Bus Explorer?

To access this tool, select the namespace and the specific queue or topic within that namespace you would like to send and receive messages from. Once there, select Service Bus Explorer (preview) from the left menu navigation pane.

How do you connect a service bus?

Click on 'Create a resource' from the left navigation pane, click on 'Integration' and then 'Service Bus'.

  1. Enter the proper name for a namespace.
  2. Select pricing tier, for demo purpose we have selected Basic.
  3. Subscription and Resource group, keep it as it is.
  4. Select your desired location and click on 'Create' button.

Related Question Answers

How do I save a service in Service Bus Explorer?

In the Service Bus Explorer go to File à Connect (or press Ctrl + N).
  1. This will open a Connect window where you may chose to manually enter a connection string or choose from pre-saved connection strings of service bus.
  2. To Save a Connection string, you have to edit “ServiceBusExplorer.exe.

When should I use a service bus?

When Would I Use Service Bus? Service Bus is great when you need a cloud-based solution to broker messages between different applications to reduce coupling in your systems. You can use Service Bus to: Create a queue to receive messages to be processed later (even if it's only seconds later).

What is a service bus queue?

Azure Service Bus Queue

A queue provide a one-to-one relationship between each message and its consumer. A queue allows processing of a message by a single consumer only. And, only one message consumer receives and processes each message.

What is service bus trigger?

Azure Service Bus Trigger is a trigger function to execute scripts by sending message from service hosted by Microsoft Azure via Microsoft Azure Service Bus(hereinafter, "Azure Service Bus"). When sending messages, you can pass the value to assign to a script input variable to execute the script.

How do you send a message to a service bus?

Add code to send messages to the topic
  1. Replace code in the Program.
  2. Replace <NAMESPACE CONNECTION STRING> with the connection string to your Service Bus namespace.
  3. Build the project, and ensure that there are no errors.
  4. Run the program and wait for the confirmation message.
  5. In the Azure portal, follow these steps:

Is Azure Service Bus push or pull?

Message Exchange Patterns – Azure Event Grid uses a push-push-model where all the events are pushed directly to the Event Handlers. Azure Service Bus Topics, however, are using a pulling model where the Message Processor will actively check the topic subscription if there are any new messages available.

How do I install Servicebusexplorer?

If you already have Chocolatey installed on your computer, you can skip step 1.
  1. Step 1: install Chocolatey. From the Start menu, run the Windows PowerShell application using the Run as adminstrator privileges.
  2. Step 2: install Service Bus Explorer.
  3. Step 3: create Start menu shortcut.

How do I get service bus connection string?

4 Answers
  1. Add the account first. Add-AzureAccount.
  2. Select the specific subscription that you want to work with. Select-AzureSubscription -SubscriptionName "Your_Sub_Name"
  3. List your Service Bus namespaces.
  4. (Optional) If you have specific shared access key names that you've created, you can get them like this:

What does Azure Service Bus do?

Microsoft Azure Service Bus is a fully managed enterprise message broker with message queues and publish-subscribe topics. Safely routing and transferring data and control across service and application boundaries. Coordinating transactional work that requires a high-degree of reliability.

How do I send messages in Service Bus Explorer?

1. To send a message to a Queue or a Topic, right click on the queue or topic name on the Service Bus Explorer navigation pane and select “Send Messages”. ** You can specify message properties in the “Senders” tab, and attach files to the message from “Files” tab.

What is service bus Explorer?

The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.

What is the difference between service bus queues and storage queues?

Storage Queue is a simple message queuing service to store large numbers of messages. Service Bus Queue is part of a broader messaging service that supports queuing, publish/subscribe, and more advanced integration patterns.

What is Service Bus topic?

Azure Service Bus Topic is a messaging service offered by Microsoft Azure. Topics along with subscriptions provide a one-to-many form of communication, in a publish/subscribe pattern. Messages are sent to a topic and delivered to one or more subscriptions, based on filter rules that are set on a per subscription basis.

Is RabbitMQ a Service Bus?

RabbitMQ service bus architecture

The RabbitMQ service bus acts as a link between multiple microservices through which microservices can publish messages under different numbers of queues available inside the RabbitMQ service bus.

How do I create a Service Bus queue?

Create a queue in the Azure portal
  1. On the Service Bus Namespace page, select Queues in the left navigational menu.
  2. On the Queues page, select + Queue on the toolbar.
  3. Enter a name for the queue, and leave the other values with their defaults.
  4. Now, select Create.

How do I send a message to a Service Bus queue?

To send a message to a Service Bus queue, your application creates a QueueClient object using the connection string. The following code demonstrates how to create a QueueClient object for the TestQueue queue you just created using the CreateFromConnectionString API call.

Is Azure Service Bus an ESB?

Microsoft Azure Service Bus (ASB)

“The SOA-based Enterprise Service Bus has a number of open-source and proprietary implementations. Microsoft Azure Service Bus is the technology that provides messaging, queuing, notification and connectivity capabilities in the service-oriented Azure cloud architecture.

Can I run Azure Service Bus locally?

Unfortunately, there is no Azure SB local emulator. That was asked before, and you can try to use Service Bus for Windows Server but it is slightly behind the cloud service in terms of features support/functionality, etc.

How do I create a Service Bus topic?

Create a topic using the Azure portal
  1. On the Service Bus Namespace page, select Topics on the left menu.
  2. Select + Topic on the toolbar.
  3. Enter a name for the topic. Leave the other options with their default values.
  4. Select Create.

What is a Service Bus subscription?

Azure Service Bus is a messaging service from Microsoft. Service Bus is based upon the Publish/Subscribe messaging model, which is often referred to simply as Pub/Sub. Azure Service Bus supports Queues and Topics. Queues are used for pushing messages to a single consumer.

Who uses Azure Service Bus?

Azure Service Bus is most often used by companies with 50-200 employees and >1000M dollars in revenue. Our data for Azure Service Bus usage goes back as far as 3 years and 1 months.

What is maximum Service Bus queue size in standard subscription?

256 KB