Skip to content

Commit bfd67ea

Browse files
Add limit for session states per messaging entity
1 parent ee2ca9b commit bfd67ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

articles/service-bus-messaging/includes/common-limits.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The following limits are common across all tiers.
1616
| Maximum size of any messaging entity path: queue or topic | 260 characters. |   |
1717
| Maximum size of any messaging entity name: namespace, subscription, or subscription rule | 50 characters. |   |
1818
| Maximum size of a message ID | 128 |   |
19+
| Maximum number of session states per messaging entity: queue or subscription | 1,000,000 |   |
1920
| Maximum size of a message session ID | 128 |   |
2021
| Message property size for a queue, topic, or subscription 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.|
2122
| Number of SQL filters per topic | 2,000 | Subsequent requests for creation of additional filters on the topic are rejected, and the calling code receives an exception. |

0 commit comments

Comments
 (0)