Skip to content

Commit 1e49290

Browse files
author
Ashish Chhabria
committed
making recommended changes
1 parent 7523c23 commit 1e49290

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/service-bus-messaging/explorer.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Select the **'Service Bus Explorer (preview)'** from the left navigation menu
5555

5656
![SB Explorer Left nav menu](./media/service-bus-explorer/left-navigation-menu-selected.png)
5757

58-
### Sending a Message to a Queue or Topic
58+
### Sending a message to a Queue or Topic
5959

6060
To send a message to a **Queue** or a **Topic**, click on the ***Send*** tab on the Service Bus Explorer.
6161

@@ -79,7 +79,7 @@ When the send operation is completed successfully,
7979

8080
![TopicAfterSendMetrics](./media/service-bus-explorer/topic-after-send-metrics.png)
8181

82-
### Receiving a Message from a Queue
82+
### Receiving a message from a Queue
8383

8484
The receive function on the Service Bus Explorer permits receiving a single message at a time. The receive operation is performed using the ***ReceiveAndDelete** mode.
8585

@@ -91,11 +91,11 @@ The receive function on the Service Bus Explorer permits receiving a single mess
9191
9292
To receive a message from a Queue (or its deadletter subqueue)
9393

94-
1. click on the ***Receive*** tab on the Service Bus Explorer.
94+
1. Click on the ***Receive*** tab on the Service Bus Explorer.
9595
2. Check the metrics to see if there are **Active Messages** or **Dead-lettered Messages** to receive.
9696
![QueueAfterSendMetrics](./media/service-bus-explorer/queue-after-send-metrics.png)
9797

98-
3. pick between the ***Queue*** or the ***Deadletter*** subqueue.
98+
3. Pick between the ***Queue*** or the ***Deadletter*** subqueue.
9999

100100
![QueueOrDeadletter](./media/service-bus-explorer/queue-or-deadletter.png)
101101

@@ -107,7 +107,7 @@ When the receive operation is successful, the message details will display on th
107107
![ReceiveMessageFromQueue](./media/service-bus-explorer/receive-message-from-queue-2.png)
108108

109109

110-
### Peeking a Message from a Queue
110+
### Peeking a message from a Queue
111111

112112
With the peek functionality, you can use the Service Bus Explorer to view the top 32 messages on a queue or the deadletter queue.
113113

@@ -134,7 +134,7 @@ Once the peek operation completes, up to 32 messages will show up on the grid as
134134
> Since peek is not a destructive operation the message **will not** be removed from the queue.
135135
>
136136
137-
### Receiving a Message from a Subscription
137+
### Receiving a message from a Subscription
138138

139139
Just like with a queue, the ***Receive*** operation can be performed against a subscription (or its deadletter entity). However, since a Subscription lives within the context of the Topic, the receive operation is performed by navigating to the Service Bus Explorer for a given Topic.
140140

@@ -159,7 +159,7 @@ When the receive operation is successful, the received message will display on t
159159
![ReceiveMessageFromQueue](./media/service-bus-explorer/receive-message-from-subscription.png)
160160

161161

162-
### Peeking a Message from a Subscription
162+
### Peeking a message from a Subscription
163163

164164
To simply browse the messages on a Subscription or its deadletter sub-entity, the ***Peek*** functionality can be utilized on the Subscription as well.
165165

0 commit comments

Comments
 (0)