Skip to content

Commit 2dc395a

Browse files
committed
update
1 parent b45d15a commit 2dc395a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure Service Bus premium messagnig tier
2+
title: Azure Service Bus premium messaging tier
33
description: This article describes standard and premium tiers of Azure Service Bus. Compares these tiers and provides technical differences.
44
ms.topic: conceptual
55
ms.custom: devx-track-extended-java
@@ -16,7 +16,7 @@ Some high-level differences are highlighted in the following table.
1616

1717
| | Premium | Standard |
1818
|--- | --- | --- |
19-
| Throughtput | High throughput |Variable throughput |
19+
| Throughout | High throughput |Variable throughput |
2020
| Performance | Predictable performance |Variable latency |
2121
| Pricing | Fixed pricing |Pay as you go variable pricing |
2222
| 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
8989
Here are some considerations when sending large messages on Azure Service Bus -
9090

9191
- 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.
9393
- Supported when using [Java Message Service (JMS) 2.0 client SDK](how-to-use-java-message-service-20.md) and other language client SDKs.
9494
- Sending large messages result in decreased throughput and increased latency.
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.
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.
9696
- 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).
9797
- Batching isn't supported.
9898
- 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
127127
## Partitioning
128128
There are some differences between the standard and premium tiers when it comes to partitioning.
129129

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.
131131
- 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.
132132

133133
For more information, see [Partitioning in Service Bus](service-bus-partitioning.md).

0 commit comments

Comments
 (0)