@@ -47,13 +47,13 @@ To use the Azure Service Bus explorer, you need to navigate to the Service Bus n
47
47
48
48
If you are looking to perform operations against a Queue, pick ** 'Queues'** from the navigation menu. If you are looking to perform operations against a Topic (and it's related subscriptions), pick ** Topics** .
49
49
50
- ![ Entity select ] ( ./media/service-bus-explorer/queue-topics-left-navigation.png )
50
+ :::image type="content" source=" ./media/service-bus-explorer/queue-topics-left-navigation.png"alt-text="Entity select":::
51
51
52
52
After picking the ** 'Queues'** or ** 'Topics'** , pick the specific Queue or Topic.
53
53
54
54
Select the ** 'Service Bus Explorer (preview)'** from the left navigation menu
55
55
56
- ![ SB Explorer Left nav menu ] ( ./media/service-bus-explorer/left-navigation-menu-selected.png )
56
+ :::image type="content" source=" ./media/service-bus-explorer/left-navigation-menu-selected.png" alt-text="SB Explorer Left nav menu":::
57
57
58
58
### Sending a message to a Queue or Topic
59
59
@@ -68,16 +68,17 @@ To compose a message here -
68
68
69
69
Once the message has been composed, hit send.
70
70
71
- ![ Compose Message ] ( ./media/service-bus-explorer/send-experience.png )
71
+ :::image type="content" source=" ./media/service-bus-explorer/send-experience.png" alt-text="Compose Message":::
72
72
73
73
When the send operation is completed successfully,
74
74
75
75
* If sending to the Queue, ** Active Messages** metrics counter will increment.
76
76
77
- ![ QueueAfterSendMetrics] ( ./media/service-bus-explorer/queue-after-send-metrics.png )
77
+ :::image type="content" source="./media/service-bus-explorer/queue-after-send-metrics.png" alt-text="QueueAfterSendMetrics":::
78
+
78
79
* If sending to the Topic, ** Active Messages** metrics counter will increment on the Subscription where the message was routed to.
79
80
80
- ![ TopicAfterSendMetrics ] ( ./media/service-bus-explorer/topic-after-send-metrics.png )
81
+ :::image type="content" source=" ./media/service-bus-explorer/topic-after-send-metrics.png" alt-text="TopicAfterSendMetrics":::
81
82
82
83
### Receiving a message from a Queue
83
84
@@ -93,18 +94,19 @@ To receive a message from a Queue (or its deadletter subqueue)
93
94
94
95
1 . Click on the *** Receive*** tab on the Service Bus Explorer.
95
96
2 . Check the metrics to see if there are ** Active Messages** or ** Dead-lettered Messages** to receive.
96
- ![ QueueAfterSendMetrics] ( ./media/service-bus-explorer/queue-after-send-metrics.png )
97
+
98
+ :::image type="content" source="./media/service-bus-explorer/queue-after-send-metrics.png" alt-text="QueueAfterSendMetrics":::
97
99
98
100
3 . Pick between the *** Queue*** or the *** Deadletter*** subqueue.
99
101
100
- ![ QueueOrDeadletter ] ( ./media/service-bus-explorer/queue-or-deadletter.png )
102
+ :::image type="content" source=" ./media/service-bus-explorer/queue-or-deadletter.png" alt-text="QueueOrDeadletter":::
101
103
102
104
4 . Click the *** Receive*** button, followed by *** Yes*** to confirm the 'Receive and Delete' operation.
103
105
104
106
105
107
When the receive operation is successful, the message details will display on the grid as below. You can select the message from the grid to display its details.
106
108
107
- ![ ReceiveMessageFromQueue ] ( ./media/service-bus-explorer/receive-message-from-queue-2.png )
109
+ :::image type="content" source=" ./media/service-bus-explorer/receive-message-from-queue-2.png" alt-text="ReceiveMessageFromQueue":::
108
110
109
111
110
112
### Peeking a message from a Queue
@@ -113,21 +115,21 @@ With the peek functionality, you can use the Service Bus Explorer to view the to
113
115
114
116
1 . To peek the message on a queue, click on the *** Peek*** tab on the Service Bus Explorer.
115
117
116
- ![ PeekTab ] ( ./media/service-bus-explorer/peek-tab-selected.png )
118
+ :::image type="content" source=" ./media/service-bus-explorer/peek-tab-selected.png" alt-text="PeekTab":::
117
119
118
120
2 . Check the metrics to see if there are ** Active Messages** or ** Dead-lettered Messages** to peek.
119
121
120
- ![ QueueAfterSendMetrics ] ( ./media/service-bus-explorer/queue-after-send-metrics.png )
122
+ :::image type="content" source=" ./media/service-bus-explorer/queue-after-send-metrics.png" alt-text="QueueAfterSendMetrics":::
121
123
122
124
3 . Then pick between the *** Queue*** or the *** Deadletter*** subqueue.
123
125
124
- ![ QueueOrDeadletter ] ( ./media/service-bus-explorer/queue-or-deadletter.png )
126
+ :::image type="content" source=" ./media/service-bus-explorer/queue-or-deadletter.png" alt-text="QueueOrDeadletter":::
125
127
126
128
4 . Click the *** Peek*** button.
127
129
128
130
Once the peek operation completes, up to 32 messages will show up on the grid as below. To view the details of a particular message, select it from the grid.
129
131
130
- ![ PeekMessageFromQueue ] ( ./media/service-bus-explorer/peek-message-from-queue-2.png )
132
+ :::image type="content" source=" ./media/service-bus-explorer/peek-message-from-queue-2.png" alt-text="PeekMessageFromQueue":::
131
133
132
134
> [ !NOTE]
133
135
>
@@ -146,36 +148,35 @@ Just like with a queue, the ***Receive*** operation can be performed against a s
146
148
147
149
1 . Click on the *** Receive*** tab and select the specific *** Subscription*** from the dropdown selector.
148
150
149
- ![ ReceiveTabSelected ] ( ./media/service-bus-explorer/receive-subscription-tab-selected.png )
151
+ :::image type="content" source=" ./media/service-bus-explorer/receive-subscription-tab-selected.png" alt-text="ReceiveTabSelected":::
150
152
151
153
2 . Pick between the *** Subscription*** or the *** DeadLetter*** sub-entity.
152
154
153
- ![ SubscriptionOrDeadletter ] ( ./media/service-bus-explorer/subscription-or-deadletter.png )
155
+ :::image type="content" source=" ./media/service-bus-explorer/subscription-or-deadletter.png" alt-text="SubscriptionOrDeadletter":::
154
156
155
157
3 . Click the *** Receive*** button, followed by *** Yes*** to confirm the 'Receive and Delete' operation.
156
158
157
159
When the receive operation is successful, the received message will display on the grid as below. To view the message details, click on the message.
158
160
159
- ![ ReceiveMessageFromQueue] ( ./media/service-bus-explorer/receive-message-from-subscription.png )
160
-
161
+ :::image type="content" source="./media/service-bus-explorer/receive-message-from-subscription.png" alt-text="ReceiveMessageFromQueue":::
161
162
162
163
### Peeking a message from a Subscription
163
164
164
165
To simply browse the messages on a Subscription or its deadletter sub-entity, the *** Peek*** functionality can be utilized on the Subscription as well.
165
166
166
167
1 . Click on the *** Peek*** tab and select the specific *** Subscription*** from the dropdown selector.
167
168
168
- ![ PeekTabSelected ] ( ./media/service-bus-explorer/peek-subscription-tab-selected.png )
169
+ :::image type="content" source=" ./media/service-bus-explorer/peek-subscription-tab-selected.png" alt-text="PeekTabSelected":::
169
170
170
171
2 . Pick between the *** Subscription*** or the *** DeadLetter*** subentity.
171
172
172
- ![ SubscriptionOrDeadletter ] ( ./media/service-bus-explorer/subscription-or-deadletter.png )
173
+ :::image type="content" source=" ./media/service-bus-explorer/subscription-or-deadletter.png" alt-text="SubscriptionOrDeadletter":::
173
174
174
175
3 . Click the *** Peek*** button.
175
176
176
177
Once the peek operation completes, up to 32 messages will show up on the grid as below. To view the details of a particular message, select it from the grid.
177
178
178
- ![ PeekMessageFromSubscription ] ( ./media/service-bus-explorer/peek-message-from-subscription.png )
179
+ :::image type="content" source=" ./media/service-bus-explorer/peek-message-from-subscription.png" alt-text="PeekMessageFromSubscription":::
179
180
180
181
> [ !NOTE]
181
182
>
0 commit comments