Reusing Connections in Azure Service Bus
We have an API hosted on Windows Azure in a web role with 2 instances that takes in requests, validates them then adds them to an Azure Service Bus Queue. Recently we've started load testing this and found that our current code throws the below exception: Could not add command to the command queue Exception: Microsoft.ServiceBus.Messaging.QuotaExceededException: The number of maximumallowed connections have been reached or exceeded for Queue Number of active connections: 100, Maximum allowed connections: 100. Would the below client code keep a single connection open assuming we maintained a