Service Bus quotas

This section lists basic quotas and throttling thresholds in Azure Service Bus messaging.

Messaging quotas

The following table lists quota information specific to Azure Service Bus messaging. For information about pricing and other quotas for Service Bus, see Service Bus pricing.

Quota name Scope Value Notes
Maximum number of namespaces per Azure subscription Namespace 1000 (default and maximum) This limit is based on the Microsoft.ServiceBus provider, not based on the tier. Therefore, it's the total number of namespaces across all tiers. Subsequent requests for additional namespaces are rejected.
Queue or topic size Entity

1, 2, 3, 4 GB or 5 GB

In the Premium SKU, and the Standard SKU with partitioning enabled, the maximum queue or topic size is 80 GB.

Total size limit for a premium namespace per messaging unit is 1 TB. Total size of all entities in a namespace can't exceed this limit.

Defined upon creation/updation of the queue or topic.

Subsequent incoming messages are rejected, and an exception is received by the calling code.

Currently, a large message (size > 1 MB) sent to a queue is counted twice. And, a large message (size > 1 MB) sent to a topic is counted X + 1 times, where X is the number of subscriptions to the topic.

Number of concurrent connections on a namespace Namespace Net Messaging: 1,000.

AMQP: 5,000.
Subsequent requests for additional connections are rejected, and an exception is received by the calling code. REST operations don't count toward concurrent TCP connections.
Number of concurrent receive requests on a queue, topic, or subscription entity Entity 5,000 Subsequent receive requests are rejected, and an exception is received by the calling code. This quota applies to the combined number of concurrent receive operations across all subscriptions on a topic.
Number of topics or queues per namespace Namespace 10,000 for the Basic or Standard tier. The total number of topics and queues in a namespace must be less than or equal to 10,000.

For the Premium tier, 1,000 per messaging unit (MU).
Subsequent requests for creation of a new topic or queue on the namespace are rejected. As a result, if configured through the Azure portal, an error message is generated. If called from the management API, an exception is received by the calling code.
Number of partitioned topics or queues per namespace Namespace Basic and Standard tiers: 100. Each partitioned queue or topic counts toward the quota of 1,000 entities per namespace. Subsequent requests for creation of a new partitioned topic or queue in the namespace are rejected. As a result, if configured through the Azure portal, an error message is generated. If called from the management API, the exception QuotaExceededException is received by the calling code.

If you want to have more partitioned entities in a basic or a standard tier namespace, create additional namespaces.

Maximum size of any messaging entity path: queue or topic Entity 260 characters.  
Maximum size of any messaging entity name: namespace, subscription, or subscription rule Entity 50 characters.  
Maximum size of a message ID Entity 128  
Maximum size of a message session ID Entity 128  
Message size for a queue, topic, or subscription entity Entity 256 KB for Standard tier
100 MB for Premium tier on AMQP, and 1 MB for Premium on HTTP and SBMP.

The maximum size for batches is 256 KB for the Standard tier, 100 MB for Premium on AMQP, and 1 MB for Premium on HTTP and SBMP.

The message size includes the size of properties (system and user) and the size of payload. The size of system properties varies depending on your scenario.
Incoming messages that exceed these quotas are rejected, and an exception is received by the calling code.
Message property size for a queue, topic, or subscription entity Entity

Maximum message property size for each property is 32 KB.

Cumulative size of all properties can't exceed 64 KB. This limit applies to the entire header of the brokered message, which has both user properties and system properties, such as sequence number, label, and message ID.

Maximum number of header properties in property bag: byte/int.MaxValue.

The exception SerializationException is generated.
Number of subscriptions per topic Entity 2,000 per-topic for the Standard tier and Premium tier. Subsequent requests for creating additional subscriptions for the topic are rejected. As a result, if configured through the portal, an error message is shown. If called from the management API, an exception is received by the calling code.
Number of SQL filters per topic Entity 2,000 Subsequent requests for creation of additional filters on the topic are rejected, and an exception is received by the calling code.
Number of correlation filters per topic Entity 100,000 Subsequent requests for creation of additional filters on the topic are rejected, and an exception is received by the calling code.
Size of SQL filters or actions Namespace Maximum length of filter condition string: 1,024 (1 K).

Maximum length of rule action string: 1,024 (1 K).

Maximum number of expressions per rule action: 32.
Subsequent requests for creation of additional filters are rejected, and an exception is received by the calling code.
Number of shared access authorization rules per namespace, queue, or topic Entity, namespace Maximum number of rules per entity type: 12.

Rules that are configured on a Service Bus namespace apply to all types: queues, topics.
Subsequent requests for creation of additional rules are rejected, and an exception is received by the calling code.
Number of messages per transaction Transaction 100

For both Send() and SendAsync() operations.
Additional incoming messages are rejected, and an exception stating "Can't send more than 100 messages in a single transaction" is received by the calling code.
Number of virtual network and IP filter rules Namespace 128