Skip to content

Commit 71915e4

Browse files
Merge pull request #278602 from spelluru/patch-82
Fixed links to API links for prefetch count
2 parents 63c2c02 + 179774e commit 71915e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Prefetch messages from Azure Service Bus
33
description: Improve performance by prefetching messages from Azure Service Bus queues or subscriptions. Messages are readily available for local retrieval before the application requests for them.
44
ms.topic: article
5-
ms.date: 08/29/2023
5+
ms.date: 06/18/2024
66
ms.devlang: csharp
77
# ms.devlang: csharp, java, javascript, python
88
---
@@ -14,10 +14,10 @@ When you enable the **Prefetch** feature for any of the official Service Bus cli
1414
To enable the Prefetch feature, set the prefetch count of the queue or subscription client to a number greater than zero. Setting the value to zero turns off prefetch.
1515

1616
# [.NET](#tab/dotnet)
17-
Set the prefetch count property on the [ServiceBusReceiver](/dotnet/api/azure.messaging.servicebus.servicebusreceiver.prefetchcount#Azure_Messaging_ServiceBus_ServiceBusReceiver_PrefetchCount) and [ServiceBusProcessor](/dotnet/api/azure.messaging.servicebus.servicebusprocessor.prefetchcount#Azure_Messaging_ServiceBus_ServiceBusProcessor_PrefetchCount) objects.
17+
Set the prefetch count property on the [ServiceBusReceiverOptions](/dotnet/api/azure.messaging.servicebus.servicebusreceiveroptions.prefetchcount) and [ServiceBusProcessorOptions](/dotnet/api/azure.messaging.servicebus.servicebusprocessoroptions.prefetchcount) objects.
1818

1919
# [Java](#tab/java)
20-
Set the prefetch count property on the [ServiceBusReceiver](/dotnet/api/azure.messaging.servicebus.servicebusreceiver.prefetchcount#Azure_Messaging_ServiceBus_ServiceBusReceiver_PrefetchCount) and [ServiceBusProcessor](/dotnet/api/azure.messaging.servicebus.servicebusprocessor.prefetchcount#Azure_Messaging_ServiceBus_ServiceBusProcessor_PrefetchCount) objects.
20+
Set the prefetch count property on the [ServiceBusReceiverClientBuilder](/java/api/com.azure.messaging.servicebus.servicebusclientbuilder.servicebusreceiverclientbuilder) and [ServiceBusProcessorClientBuilder](/java/api/com.azure.messaging.servicebus.servicebusclientbuilder.servicebusprocessorclientbuilder) objects.
2121

2222
# [Python](#tab/python)
2323

0 commit comments

Comments
 (0)