Skip to content

Commit 42278d8

Browse files
authored
Merge pull request #206427 from spelluru/patch-115
Clarification on concurrent links in a connection
2 parents 01d2f1d + 4605476 commit 42278d8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

articles/service-bus-messaging/service-bus-troubleshooting-guide.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshooting guide for Azure Service Bus | Microsoft Docs
33
description: Learn about troubleshooting tips and recommendations for a few issues that you may see when using Azure Service Bus.
44
ms.topic: article
5-
ms.date: 06/17/2022
5+
ms.date: 07/29/2022
66
ms.custom: devx-track-azurepowershell
77
---
88

@@ -85,15 +85,19 @@ To learn how to assign permissions to roles, see [Authenticate a managed identit
8585
## Service Bus Exception: Put token failed
8686

8787
### Symptoms
88-
When you try to send more than 1000 messages using the same Service Bus connection, you'll receive the following error message:
88+
You'll receive the following error message:
8989

9090
`Microsoft.Azure.ServiceBus.ServiceBusException: Put token failed. status-code: 403, status-description: The maximum number of '1000' tokens per connection has been reached.`
9191

9292
### Cause
93-
There's a limit on number of tokens that are used to send and receive messages using a single connection to a Service Bus namespace. It's 1000.
93+
Number of authentication tokens for concurrent links in a single connection to a Service Bus namespace has exceeded the limit: 1000.
9494

9595
### Resolution
96-
Open a new connection to the Service Bus namespace to send more messages.
96+
Do one of the following steps:
97+
98+
- Reduce the number of concurrent links in a single connection or use a new connection
99+
- Use SDKs for Azure Service Bus, which ensures that you don't get into this situation (recommended)
100+
97101

98102
## Adding virtual network rule using PowerShell fails
99103

0 commit comments

Comments
 (0)