Skip to content

Commit 57621bc

Browse files
authored
Merge pull request #119025 from EldertGrootenboer/patch-1
Update SB quotas to include maximum batch sizes
2 parents c41ec51 + 30716af commit 57621bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/service-bus-quotas-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following table lists quota information specific to Azure Service Bus messag
2525
| Maximum size of any messaging entity name: namespace, subscription, or subscription rule |Entity | 50 characters. |   |
2626
| Maximum size of a message ID | Entity | 128 |   |
2727
| Maximum size of a message session ID | Entity | 128 |   |
28-
| Message size for a queue, topic, or subscription entity | Entity | 256 KB for [Standard tier](../articles/service-bus-messaging/service-bus-premium-messaging.md)<br/> 100 MB for [Premium tier](../articles/service-bus-messaging/service-bus-premium-messaging.md). <br /><br />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. |
28+
| Message size for a queue, topic, or subscription entity | Entity | 256 KB for [Standard tier](../articles/service-bus-messaging/service-bus-premium-messaging.md)<br/> 100 MB for [Premium tier](../articles/service-bus-messaging/service-bus-premium-messaging.md). <br /><br />The maximum size for batches is 256 KB for the Standard tier, and 1MB for the Premium tier. <br /><br />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. |
2929
| Message property size for a queue, topic, or subscription entity |Entity | <p>Maximum message property size for each property is 32 KB.</p><p>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.</p><p>Maximum number of header properties in property bag: **byte/int.MaxValue**.</p> | The exception `SerializationException` is generated.|
3030
| 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. |
3131
| 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. |

0 commit comments

Comments
 (0)