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
| Pricing | Fixed pricing |Pay as you go variable pricing |
22
22
| Scale | Ability to scale workload up and down |N/A |
@@ -89,10 +89,10 @@ Azure Service Bus premium tier namespaces support the ability to send large mess
89
89
Here are some considerations when sending large messages on Azure Service Bus -
90
90
91
91
- Supported on Azure Service Bus premium tier namespaces only.
92
-
- 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
+
- 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 1 MB.
93
93
- Supported when using [Java Message Service (JMS) 2.0 client SDK](how-to-use-java-message-service-20.md) and other language client SDKs.
94
94
- Sending large messages result in decreased throughput and increased latency.
95
-
- While 100MB 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.
95
+
- 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.
96
96
- The max message size is enforced only for messages sent to the queue or topic. The size limit isn't enforced for the receive operation. It allows you to update the max message size for a given queue (or topic).
97
97
- Batching isn't supported.
98
98
- Service Bus Explorer doesn't support sending or receiving large messages.
@@ -127,7 +127,7 @@ Azure Service Bus Premium provides encryption of data at rest with Azure Storage
127
127
## Partitioning
128
128
There are some differences between the standard and premium tiers when it comes to partitioning.
129
129
130
-
- Partitioning is available at entity creation for all queues and topics in basic or standard SKUs. A namespace can have both partitioned and non-partitioned entities. Partitioning is available at namespace creation for the premium tier, and all queues and topics in that namespace will be partitioned. Any previously migrated partitioned entities in premium namespaces continue to work as expected.
130
+
- Partitioning is available at entity creation for all queues and topics in basic or standard SKUs. A namespace can have both partitioned and nonpartitioned entities. Partitioning is available at namespace creation for the premium tier, and all queues and topics in that namespace will be partitioned. Any previously migrated partitioned entities in premium namespaces continue to work as expected.
131
131
- When partitioning is enabled in the Basic or Standard SKUs, Service Bus creates 16 partitions. When partitioning is enabled in the premium tier, the number of partitions is specified during namespace creation.
132
132
133
133
For more information, see [Partitioning in Service Bus](service-bus-partitioning.md).
0 commit comments