You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-bus-messaging/explorer.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Use Azure Service Bus Explorer to run data operations
3
3
description: This article provides information on how to use the portal-based Azure Service Bus Explorer to access Azure Service Bus data.
4
4
ms.topic: how-to
5
5
ms.custom: event-tier1-build-2022, ignite-2022
6
-
ms.date: 09/26/2022
6
+
ms.date: 11/30/2023
7
7
ms.author: egrootenboer
8
8
---
9
9
@@ -15,7 +15,7 @@ Azure Service Bus allows sender and receiver client applications to decouple the
15
15
>
16
16
> The community owned [open source Service Bus Explorer](https://github.com/paolosalvatori/ServiceBusExplorer) is a standalone application and is different from this one.
17
17
18
-
Operations run on an Azure Service Bus namespace are of two kinds
18
+
Operations run on an Azure Service Bus namespace are of two kinds.
19
19
20
20
***Management operations** - Create, update, delete of Service Bus namespace, queues, topics, and subscriptions.
21
21
***Data operations** - Send to and receive messages from queues, topics, and subscriptions.
@@ -60,7 +60,7 @@ To use the Service Bus Explorer, navigate to the Service Bus namespace on which
60
60
61
61
## Peek a message
62
62
63
-
With the peek functionality, you can use the Service Bus Explorer to view the top 100 messages in a queue, subscription or dead-letter queue.
63
+
With the peek functionality, you can use the Service Bus Explorer to view the top 100 messages in a queue, subscription, or dead-letter queue.
64
64
65
65
1. To peek messages, select **Peek Mode** in the Service Bus Explorer dropdown.
66
66
@@ -78,6 +78,8 @@ With the peek functionality, you can use the Service Bus Explorer to view the to
78
78
79
79
:::image type="content" source="./media/service-bus-explorer/peek-message-from-queue.png" alt-text="Screenshot with overview of peeked messages and message body content shown for peeked messages." lightbox="./media/service-bus-explorer/peek-message-from-queue.png":::
80
80
81
+
Switch to the **Message Properties** tab in the bottom pane to see the metadata.
82
+
81
83
:::image type="content" source="./media/service-bus-explorer/peek-message-from-queue-2.png" alt-text="Screenshot with overview of peeked messages and message properties shown for peeked messages." lightbox="./media/service-bus-explorer/peek-message-from-queue-2.png":::
82
84
83
85
> [!NOTE]
@@ -107,6 +109,8 @@ The peek with options functionality allows you to use the Service Bus Explorer t
107
109
108
110
:::image type="content" source="./media/service-bus-explorer/peek-message-from-queue-3.png" alt-text="Screenshot with overview of peeked messages and message body content shown for peek with advanced options." lightbox="./media/service-bus-explorer/peek-message-from-queue-3.png":::
109
111
112
+
Switch to the **Message Properties** tab in the bottom pane to see the metadata.
113
+
110
114
:::image type="content" source="./media/service-bus-explorer/peek-message-from-queue-4.png" alt-text="Screenshot with overview of peeked messages and message properties shown for peek with advanced options." lightbox="./media/service-bus-explorer/peek-message-from-queue-4.png":::
0 commit comments