Skip to content

Commit f32fd2a

Browse files
Merge pull request #285517 from jaganth/docs-editor/service-bus-partitioning-1724694600
Update service-bus-partitioning.md
2 parents 41f4d02 + c672419 commit f32fd2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ 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.
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.
116+
116117
- Partitioned queues and topics don't support sending messages that belong to different sessions in a single transaction.
117118
- 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.
118119

0 commit comments

Comments
 (0)