Skip to content

Commit 6426502

Browse files
committed
Service Bus Git issues
1 parent 30d006e commit 6426502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
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.
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

0 commit comments

Comments
 (0)