This document provides guidance on optimizing performance when connecting large numbers of devices to Azure Service Bus. It discusses the different protocols that can be used to connect (SBMP, AMQP, HTTP), and explains that SBMP and AMQP use persistent TCP connections while HTTP uses request/response. It emphasizes that the MessagingFactory class establishes TCP connections, and that creating multiple factories can increase throughput by utilizing multiple connections. Quotas for Service Bus entities are also addressed, with clarification that each client connected over a "connection link" counts towards quotas, even though they may share a single TCP connection.