You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-bus-messaging/service-bus-premium-messaging.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ Azure Service Bus premium tier namespaces support the ability to send large mess
88
88
Here are some considerations when sending large messages on Azure Service Bus -
89
89
90
90
- Supported on Azure Service Bus premium tier namespaces only.
91
-
- Supported only when using the AMQP protocol. Not supported when using SBMP or HTTP protocols.
91
+
- Supported only when using the AMQP protocol. Not supported when using SBMP or HTTP protocols, in the premium tier the maximum message size for these protocols is 1MB.
92
92
- Supported when using [Java Message Service (JMS) 2.0 client SDK](how-to-use-java-message-service-20.md) and other language client SDKs.
93
93
- Sending large messages will result in decreased throughput and increased latency.
94
94
- While 100 MB message payloads are supported, it's recommended to keep the message payloads as small as possible to ensure reliable performance from the Service Bus namespace.
0 commit comments