Skip to content

Commit 1710512

Browse files
authored
Merge pull request #205205 from spelluru/patch-111
Large message - counting
2 parents 6acbdf6 + a2d9c03 commit 1710512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/service-bus-quotas-table.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: service-bus-messaging
55
author: spelluru
66
ms.service: service-bus-messaging
77
ms.topic: include
8-
ms.date: 10/07/2021
8+
ms.date: 07/19/2022
99
ms.author: spelluru
1010
ms.custom: "include file"
1111

@@ -16,7 +16,7 @@ The following table lists quota information specific to Azure Service Bus messag
1616
| Quota name | Scope | Value | Notes |
1717
| --- | --- | --- | --- |
1818
| Maximum number of namespaces per Azure subscription |Namespace | 1000 (default and maximum) |Subsequent requests for additional namespaces are rejected. |
19-
| Queue or topic size |Entity | <p>1, 2, 3, 4 GB or 5 GB</p><p>In the Premium SKU, and the Standard SKU with [partitioning](../articles/service-bus-messaging/service-bus-partitioning.md) enabled, the maximum queue or topic size is 80 GB.</p><p>Total size limit for a premium namespace is 1 TB per [messaging unit](../articles/service-bus-messaging/service-bus-premium-messaging.md). Total size of all entities in a namespace can't exceed this limit.</p> | Defined upon creation/updation of the queue or topic. <br/><br/> Subsequent incoming messages are rejected, and an exception is received by the calling code. |
19+
| Queue or topic size |Entity | <p>1, 2, 3, 4 GB or 5 GB</p><p>In the Premium SKU, and the Standard SKU with [partitioning](../articles/service-bus-messaging/service-bus-partitioning.md) enabled, the maximum queue or topic size is 80 GB.</p><p>Total size limit for a premium namespace is 1 TB per [messaging unit](../articles/service-bus-messaging/service-bus-premium-messaging.md). Total size of all entities in a namespace can't exceed this limit.</p> | Defined upon creation/updation of the queue or topic. <br/><br/> Subsequent incoming messages are rejected, and an exception is received by the calling code. <p>Currently, a large message sent to a queue is counted twice. And, a large message sent to a topic is counted X + 1 times, where X is the number of subscriptions to the topic. </p>|
2020
| Number of concurrent connections on a namespace |Namespace |Net Messaging: 1,000.<br /><br />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. |
2121
| 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. |
2222
| 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. <br/><br/>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][Azure portal], an error message is generated. If called from the management API, an exception is received by the calling code. |

0 commit comments

Comments
 (0)