Announcing Service Bus Explorer preview on Azure Portal!
Published May 21 2020 09:02 PM 6,652 Views
Microsoft

Today, we're please to announce the preview of the Service Bus Explorer tool on the Azure Portal.

 

Azure Service Bus, like most other PaaS offerings, has 2 sets of operations that can be performed against it.

  • Management operations like CRUD (Create, Read, Update and Delete) on Service Bus namespaces, Queues, Topics, Subscriptions and Filters.
  • Data Operations like Send, Receive and Peek on Queues, Topics and Subscriptions.

 

While management operations have always been available via the portal, our customers have leveraged tools such as the community managed Service Bus Explorer OSS tool for the data operations. In a quest to reduce the dependence on different tools our customers need to use to provision, manage and test the Service Bus namespace, we have built support for the data operations functionality right into the portal.

 

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 the "Service Bus Explorer (preview)" from the left menu navigation pane.

 

leftnavmenu-selected.PNG

 

We currently support the below operations - 

 

  • Queues
    • 'Send' to a Queue
    • 'Receive' from a Queue. This is a destructive receive (aka ReceiveAndDelete mode)
    • 'Peek' from a Queue. Up to 32 messages can be peeked at a time.
    • 'Receive' from DeadLetterQueue. You can also receive from the deadletter sub-queue of the queue.
    • 'Peek' from the DeadLetterQueue. You can also peek from the deadletter sub-queue of the queue.
  • Topics
    • 'Send' to a Topic.
  • Subscriptions
    • 'Peek' from a Subscriptions on a Topic. You can peek up to 32 messages at a time.
    • 'Receive' from a Subscription. This is a destructive receive (just like in Queues).
    • 'Peek' from the DeadLetter Subscription. You can also peek messages from the deadletter sub-entity of the subscription.
    • 'Receive' from the DeadLetter Subscription. You can also receive messages from the deadletter sub-entity of the subscription.

 

To learn more about the Service Bus Explorer tool, please refer to the documentation.

 

2 Comments
Version history
Last update:
‎Jul 08 2020 01:02 PM
Updated by: