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
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.
85
85
@@ -91,11 +91,11 @@ The receive function on the Service Bus Explorer permits receiving a single mess
91
91
92
92
To receive a message from a Queue (or its deadletter subqueue)
93
93
94
-
1.click on the ***Receive*** tab on the Service Bus Explorer.
94
+
1.Click on the ***Receive*** tab on the Service Bus Explorer.
95
95
2. Check the metrics to see if there are **Active Messages** or **Dead-lettered Messages** to receive.
With the peek functionality, you can use the Service Bus Explorer to view the top 32 messages on a queue or the deadletter queue.
113
113
@@ -134,7 +134,7 @@ Once the peek operation completes, up to 32 messages will show up on the grid as
134
134
> Since peek is not a destructive operation the message **will not** be removed from the queue.
135
135
>
136
136
137
-
### Receiving a Message from a Subscription
137
+
### Receiving a message from a Subscription
138
138
139
139
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.
140
140
@@ -159,7 +159,7 @@ When the receive operation is successful, the received message will display on t
To simply browse the messages on a Subscription or its deadletter sub-entity, the ***Peek*** functionality can be utilized on the Subscription as well.
0 commit comments