Skip to content

Commit 736cf6f

Browse files
committed
Adding to TOC
1 parent c897f78 commit 736cf6f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

articles/service-bus-messaging/TOC.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
### [Message browsing](message-browsing.md)
5454
### [Message transfers, locks, and settlement](message-transfers-locks-settlement.md)
5555
### [Message expiration (Time to Live)](message-expiration.md)
56+
### [Prefetch messages](service-bus-prefetch.md)
5657
### [Topic filters and actions](topic-filters.md)
5758
### [Suspend and reactivate messaging entities](entity-suspend.md)
5859
### AMQP

articles/service-bus-messaging/service-bus-prefetch.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,11 @@ If you need high throughout and message processing is commonly cheap, prefetch y
5151

5252
The maximum prefetch count and the lock duration configured on the queue or subscription need to be balanced such that the lock timeout at least exceeds the cumulative expected message processing time for the maximum size of the prefetch buffer, plus one message. At the same time, the lock timeout ought not to be so long that messages can exceed their maximum [TimeToLive](/dotnet/api/microsoft.azure.servicebus.message.timetolive#Microsoft_Azure_ServiceBus_Message_TimeToLive) when they are accidentally dropped, thus requiring their lock to expire before being redelivered.
5353

54+
## Next steps
5455

56+
To learn more about Service Bus messaging, see the following topics:
57+
58+
* [Service Bus fundamentals](service-bus-fundamentals-hybrid-solutions.md)
59+
* [Service Bus queues, topics, and subscriptions](service-bus-queues-topics-subscriptions.md)
60+
* [Get started with Service Bus queues](service-bus-dotnet-get-started-with-queues.md)
61+
* [How to use Service Bus topics and subscriptions](service-bus-dotnet-how-to-use-topics-subscriptions.md)

0 commit comments

Comments
 (0)