[QUERY] Azure Service Bus Sender Throttling
See original GitHub issueQuery/Question
I’m in the process of upgrading some client code from MS.Azure.ServiceBus to Azure.Messaging.ServiceBus. The code surrounding the previous SDK added a throttling behaviour of 5000 msg/s for all tiers. It has been claimed they have seen effects in the past on the premium tier even with 8 mu to be throttled when they surpassed that rate despite CPU and memory being fairly stable and below 50%. Now I wonder if I can replace the hard coded value with some better more dynamic behaviour or if this code is even still needed. If you could share some insights / ideas I would highly appreciate it
Environment:
- Name and version of the Library package used: Microsoft. Azure. ServiceBus 5.x (latest)
- Hosting platform or OS and .NET runtime version (
dotnet --info
output for .NET Core projects): net5 - IDE and version : [e.g. Visual Studio 16.3]
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Best practices for improving performance using Azure ...
Goal: Maximize the receive rate of a queue or subscription with a large number of receivers. Each receiver receives messages at a moderate...
Read more >Being Throttled by Azure Service Bus
I'm getting the below exception in Windows Azure when I attempt to retrieve messages from the service bus. Microsoft.ServiceBus.Messaging.
Read more >Azure Service Bus Throttling conditions
When sending messages in transactions, the limit is 100 messages per transaction, both for synchronous and asynchronous calls. When trying to ...
Read more >Throttling and Availability over Windows Azure Service Bus
Throttling and Availability over Windows Azure Service Bus · The state and order is guaranteed only in the first queue. · Messages are...
Read more >Azure Service Bus Monitoring Tools
Applications Manager's Azure Service Bus monitoring tool helps to track ... Throttled Requests, The number of requests that were throttled because the usage ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jsquire correct. I raised it here as well because maybe there is something in the SDK that I’m missing that could help too.
Hi @danielmarbach, since you haven’t asked that we “
/unresolve
” the issue, we’ll close this out. If you believe further discussion is needed, please add a comment “/unresolve
” to reopen the issue.