Skip to content

Commit fe897d9

Browse files
Merge pull request #300536 from spelluru/main
Freshness review
2 parents 9413100 + 8c30c25 commit fe897d9

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

articles/service-bus-messaging/duplicate-detection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Service Bus duplicate message detection | Microsoft Docs
33
description: This article explains how you can detect duplicates in Azure Service Bus messages. The duplicate message can be ignored and dropped.
44
ms.topic: article
5-
ms.date: 07/23/2024
5+
ms.date: 05/28/2025
66
---
77

88
# Duplicate detection
@@ -29,7 +29,7 @@ The `MessageId` can always be some GUID, but anchoring the identifier to the bus
2929
>- When **partitioning** is **enabled**, `MessageId+PartitionKey` is used to determine uniqueness. When sessions are enabled, partition key and session ID must be the same.
3030
>- When **partitioning** is **disabled** (default), only `MessageId` is used to determine uniqueness.
3131
>- 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.
3333
3434
> [!NOTE]
3535
> 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.

articles/service-bus-messaging/service-bus-filter-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Set subscriptions filters in Azure Service Bus | Microsoft Docs
33
description: This article provides examples for defining filters and actions on Azure Service Bus topic subscriptions.
44
ms.topic: how-to
5-
ms.date: 07/18/2024
5+
ms.date: 05/28/2025
66
ms.devlang: csharp
77
ms.custom: devx-track-dotnet
88
---

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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
6-
ms.date: 07/22/2024
6+
ms.date: 05/28/2025
77
---
88

99
# Service Bus premium messaging tier
@@ -72,7 +72,7 @@ To learn how to configure a Service Bus namespace to automatically scale (increa
7272
>
7373
> * **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.
7474
>
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.
7676
>
7777
7878
## Get started with premium messaging
@@ -114,6 +114,7 @@ You can also enable support for large message for existing queues (or topics), b
114114
## Network security
115115
The following network security features are available only in the premium tier. For details, see [Network security](network-security.md).
116116

117+
- [Service tags](network-security.md#service-tags)
117118
- [Network service endpoints](network-security.md#network-service-endpoints)
118119
- [Private endpoints](network-security.md#private-endpoints)
119120

@@ -156,7 +157,7 @@ This feature allows promoting any secondary region to primary, at any time. Prom
156157

157158

158159

159-
## Java Message Service (JMS) support
160+
## Java Message Service (JMS)
160161
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).
161162

162163
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

Comments
 (0)