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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,10 +87,10 @@ With the peek functionality, you can use the Service Bus Explorer to view the to
87
87
:::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":::
88
88
89
89
> [!NOTE]
90
-
> Since peek is not a destructive operation the message **won't** be removed from the entity.
90
+
> Since peek isn't a destructive operation the message **won't** be removed from the entity.
91
91
92
92
> [!NOTE]
93
-
> For performance reasons, when peeking messages from a queue or subscription which has it's maximum message size set over 1 MB, the message body is not retrieved by default. Instead, you can load the message body for a specific message by clicking on the **Load message body** button. If the message body is over 1 MB it's not truncated before being displayed.
93
+
> For performance reasons, when peeking messages from a queue or subscription which has it's maximum message size set over 1 MB, the message body isn't retrieved by default. Instead, you can load the message body for a specific message by clicking on the **Load message body** button. If the message body is over 1 MB it's not truncated before being displayed.
94
94
> :::image type="content" source="./media/service-bus-explorer/peek-message-from-queue-with-large-message-support.png" alt-text="Screenshot with overview of peeked messages and button to load message body shown." lightbox="./media/service-bus-explorer/peek-message-from-queue-with-large-message-support.png":::
95
95
96
96
### Peek a message with advanced options
@@ -118,7 +118,7 @@ The peek with options functionality allows you to use the Service Bus Explorer t
118
118
:::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":::
119
119
120
120
> [!NOTE]
121
-
> Since peek is not a destructive operation the message **won't** be removed from the queue.
121
+
> Since peek isn't a destructive operation the message **won't** be removed from the queue.
122
122
123
123
## Receive a message
124
124
@@ -137,7 +137,7 @@ The receive function on the Service Bus Explorer permits receiving messages from
137
137
:::image type="content" source="./media/service-bus-explorer/receive-message-from-queue.png" alt-text="Screenshot indicating the Receive button, and a page where the options can be set." lightbox="./media/service-bus-explorer/receive-message-from-queue.png":::
138
138
139
139
> [!IMPORTANT]
140
-
> Note that the ReceiveAndDelete mode is a ***destructive receive***, i.e. the message is removed from the queue when it is displayed on the Service Bus Explorer tool.
140
+
> Note that the ReceiveAndDelete mode is a ***destructive receive***, i.e. the message is removed from the queue when it's displayed on the Service Bus Explorer tool.
141
141
>
142
142
> To browse messages without removing them from the queue, consider using the **Peek** functionality, or using the **PeekLock** receive mode.
143
143
@@ -148,7 +148,7 @@ The receive function on the Service Bus Explorer permits receiving messages from
148
148
:::image type="content" source="./media/service-bus-explorer/receive-message-from-queue-3.png" alt-text="Screenshot with overview of received messages and message properties shown." lightbox="./media/service-bus-explorer/receive-message-from-queue-3.png":::
149
149
150
150
> [!NOTE]
151
-
> For performance reasons, when receiving messages from a queue or subscription which has it's maximum message size set over 1 MB, only one message is received at a time. If the message body is over 1 MB it is truncated before being displayed.
151
+
> For performance reasons, when receiving messages from a queue or subscription which has it's maximum message size set over 1 MB, only one message is received at a time. If the message body is over 1 MB, it's truncated before being displayed.
152
152
153
153
After a message is received in **PeekLock** mode, there are various actions you can take on it.
154
154
@@ -188,7 +188,7 @@ After the lock is abandoned, the message is available for receive operations aga
188
188
189
189
:::image type="content" source="./media/service-bus-explorer/receive-message-from-queue-dead-letter.png" alt-text="Screenshot indicating the Dead-letter button." lightbox="./media/service-bus-explorer/receive-message-from-queue-dead-letter.png":::
190
190
191
-
After a message is dead-lettered, it is available from the **Dead-letter** subqueue.
191
+
After a message is dead-lettered, it's available from the **Dead-letter** subqueue.
0 commit comments