Skip to content

Commit 9f2306c

Browse files
Merge pull request #287042 from spelluru/patch-96
Rollback large message support comment
2 parents 18d9334 + 172fae3 commit 9f2306c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/service-bus-partitioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Service Bus supports automatic message forwarding from, to, or between partition
112112
## Partitioned entities limitations
113113
Currently Service Bus imposes the following limitations on partitioned queues and topics:
114114

115-
- For partitioned premium namespaces, the message size is limited to 1 MB when the messages are sent individually, and the batch size is limited to 1 MB when the messages are sent in a batch. If [Large message support](/azure/service-bus-messaging/service-bus-premium-messaging) is enabled the size limit can be up to 100MB.
115+
- For partitioned premium namespaces, the message size is limited to 1 MB when the messages are sent individually, and the batch size is limited to 1 MB when the messages are sent in a batch.
116116

117117
- Partitioned queues and topics don't support sending messages that belong to different sessions in a single transaction.
118118
- Service Bus currently allows up to 100 partitioned queues or topics per namespace for the Basic and Standard SKU. Each partitioned queue or topic counts towards the quota of 10,000 entities per namespace.

0 commit comments

Comments
 (0)