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/duplicate-detection.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Azure Service Bus duplicate message detection | Microsoft Docs
3
3
description: This article explains how you can detect duplicates in Azure Service Bus messages. The duplicate message can be ignored and dropped.
4
4
ms.topic: article
5
-
ms.date: 07/23/2024
5
+
ms.date: 05/28/2025
6
6
---
7
7
8
8
# Duplicate detection
@@ -29,7 +29,7 @@ The `MessageId` can always be some GUID, but anchoring the identifier to the bus
29
29
>- When **partitioning** is **enabled**, `MessageId+PartitionKey` is used to determine uniqueness. When sessions are enabled, partition key and session ID must be the same.
30
30
>- When **partitioning** is **disabled** (default), only `MessageId` is used to determine uniqueness.
31
31
>- For information about `SessionId`, `PartitionKey`, and `MessageId`, see [Use of partition keys](service-bus-partitioning.md#use-of-partition-keys).
32
-
>- When using **partitioning** and sending **batches** of messages, you should ensure that they do not contain any partition identifying properties. Since deduplication relies on explicitly setting message IDs to determine uniqueness, it is not recommended to use deduplication and batching together with partitioning.
32
+
>- When using **partitioning** and sending **batches** of messages, you should ensure that they don't contain any partition identifying properties. Since deduplication relies on explicitly setting message IDs to determine uniqueness, it isn't recommended to use deduplication and batching together with partitioning.
33
33
34
34
> [!NOTE]
35
35
> Scheduled messages are included in duplicate detection. Therefore, if you send a scheduled message and then send a duplicate non-scheduled message, the non-scheduled message gets dropped. Similarly, if you send a non-scheduled message and then a duplicate scheduled message, the scheduled message is dropped.
Copy file name to clipboardExpand all lines: articles/service-bus-messaging/service-bus-premium-messaging.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Azure Service Bus premium messaging tier
3
3
description: This article describes standard and premium tiers of Azure Service Bus. Compares these tiers and provides technical differences.
4
4
ms.topic: conceptual
5
5
ms.custom: devx-track-extended-java
6
-
ms.date: 07/22/2024
6
+
ms.date: 05/28/2025
7
7
---
8
8
9
9
# Service Bus premium messaging tier
@@ -72,7 +72,7 @@ To learn how to configure a Service Bus namespace to automatically scale (increa
72
72
>
73
73
> ***Reactive**: If additional workloads are identified by studying the resource usage metrics, then additional resources can be allocated to the namespace to incorporate increasing demand.
74
74
>
75
-
> The billing meters for Service Bus are hourly. In the case of scaling up, you only pay for the additional resources for the hours that these were used.
75
+
> The billing meters for Service Bus are hourly. When scaling up, you only pay for the additional resources for the hours that these were used.
76
76
>
77
77
78
78
## Get started with premium messaging
@@ -114,6 +114,7 @@ You can also enable support for large message for existing queues (or topics), b
114
114
## Network security
115
115
The following network security features are available only in the premium tier. For details, see [Network security](network-security.md).
116
116
117
+
-[Service tags](network-security.md#service-tags)
117
118
-[Network service endpoints](network-security.md#network-service-endpoints)
@@ -156,7 +157,7 @@ This feature allows promoting any secondary region to primary, at any time. Prom
156
157
157
158
158
159
159
-
## Java Message Service (JMS) support
160
+
## Java Message Service (JMS)
160
161
The premium tier supports JMS 1.1 and JMS 2.0. For more information, see [How to use JMS 2.0 with Azure Service Bus Premium](how-to-use-java-message-service-20.md).
161
162
162
163
The standard tier supports only JMS 1.1 subset focused on queues. For more information, see [Use Java Message Service 1.1 with Azure Service Bus standard](service-bus-java-how-to-use-jms-api-amqp.md).
0 commit comments