Skip to content

Commit dab2a7c

Browse files
committed
update
1 parent 3941af5 commit dab2a7c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

articles/service-bus-messaging/compare-messaging-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Service Bus is a fully managed enterprise message broker with message queues and
5858

5959
Service Bus is a brokered messaging system. It stores messages in a "broker" (for example, a queue) until the consuming party is ready to receive the messages. It has the following characteristics:
6060

61-
- Reliable asynchronous message delivery (enterprise messaging as a service) that requires polling. If you are using Service Bus and you need to receive messages without having to poll the queue, you can achieve it by using a **long polling** receive operation using the TCP-based protocols that Service Bus supports.
61+
- Reliable asynchronous message delivery (enterprise messaging as a service) that requires polling. If you're using Service Bus and you need to receive messages without having to poll the queue, you can achieve it by using a **long polling** receive operation using the TCP-based protocols that Service Bus supports.
6262
- Advanced messaging features like first-in and first-out (FIFO), batching/sessions, transactions, dead-lettering, temporal control, routing and filtering, and duplicate detection
6363
- At least once delivery of a message
6464
- Optional ordered delivery of messages

articles/service-bus-messaging/message-browsing.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Azure Service Bus - Browse or peek messages
33
description: Browse and peek Service Bus messages enables an Azure Service Bus client to enumerate all messages in a queue or subscription.
4-
ms.topic: article
4+
ms.topic: concept-article
55
ms.date: 06/08/2023
6+
#customer intent: As a developer, I want to know how to browse or peek messages in a queue or a subscription, for diagnostic and debugging purposes.
67
---
78

89
# Browse or peek messages
@@ -138,7 +139,7 @@ print("Receive is done.")
138139

139140
---
140141

141-
## Next steps
142+
## Related content
142143
Try the samples in the language of your choice to explore Azure Service Bus features.
143144

144145
- [Azure Service Bus client library samples for .NET (latest)](/samples/azure/azure-sdk-for-net/azuremessagingservicebus-samples/) - - **Sending and receiving messages** sample.

0 commit comments

Comments
 (0)