Skip to content

Commit d835452

Browse files
authored
Acrolynx
1 parent c1cd15b commit d835452

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/service-bus-messaging/explorer.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ With the peek functionality, you can use the Service Bus Explorer to view the to
8787
:::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":::
8888

8989
> [!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.
9191
9292
> [!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.
9494
> :::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":::
9595
9696
### Peek a message with advanced options
@@ -118,7 +118,7 @@ The peek with options functionality allows you to use the Service Bus Explorer t
118118
:::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":::
119119

120120
> [!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.
122122
123123
## Receive a message
124124

@@ -137,7 +137,7 @@ The receive function on the Service Bus Explorer permits receiving messages from
137137
:::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":::
138138

139139
> [!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.
141141
>
142142
> To browse messages without removing them from the queue, consider using the **Peek** functionality, or using the **PeekLock** receive mode.
143143
@@ -148,7 +148,7 @@ The receive function on the Service Bus Explorer permits receiving messages from
148148
:::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":::
149149

150150
> [!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.
152152
153153
After a message is received in **PeekLock** mode, there are various actions you can take on it.
154154

@@ -188,7 +188,7 @@ After the lock is abandoned, the message is available for receive operations aga
188188

189189
:::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":::
190190

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.
192192

193193
### Purge messages
194194

0 commit comments

Comments
 (0)