Skip to content

Commit 42a3052

Browse files
authored
Clarify idleness definition advanced-features-overview.md
Related question: Azure/azure-sdk-for-net#18591 (comment)
1 parent 895acde commit 42a3052

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/service-bus-messaging/advanced-features-overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A queue or subscription client can defer retrieval of a received message until a
3333
A transaction groups two or more operations together into an execution scope. Service Bus allows you to group operations against multiple messaging entities within the scope of a single transaction. A message entity can be a queue, topic, or subscription. For more information, see [Overview of Service Bus transaction processing](service-bus-transactions.md).
3434

3535
## Autodelete on idle
36-
Autodelete on idle enables you to specify an idle interval after which a queue or topic subscription is automatically deleted. The interval is reset when there is traffic on the entity. The minimum duration is 5 minutes.
36+
Autodelete on idle enables you to specify an idle interval after which a queue or topic subscription is automatically deleted. The interval is reset when a message is added to or removed from the subscription. The minimum duration is 5 minutes.
3737

3838
## Duplicate detection
3939
The duplicate detection feature enables the sender to resend the same message again and for the broker to drop a potential duplicate. For more information, see [Duplicate detection](duplicate-detection.md).
@@ -47,7 +47,8 @@ When an Azure region experiences downtime, the disaster recovery feature enables
4747
## Security
4848
Service Bus supports standard [AMQP 1.0](service-bus-amqp-overview.md) and [HTTP or REST](/rest/api/servicebus/) protocols and their respective security facilities, including transport-level security (TLS). Clients can be authorized for access using [Shared Access Signature](service-bus-sas.md) or [Azure Active Directory](service-bus-authentication-and-authorization.md) role-based security.
4949

50-
For protection against unwanted traffic, Service Bus provides [security features](network-security.md) such as IP firewall and integration with virtual networks.
50+
For protection against unwanted
51+
ic, Service Bus provides [security features](network-security.md) such as IP firewall and integration with virtual networks.
5152

5253
## Next steps
5354
See [Service Bus messaging samples](service-bus-samples.md) that show how to use these Service Bus features.

0 commit comments

Comments
 (0)