Skip to content

Commit 0ef4736

Browse files
committed
added link to Topic Filters and Actions
1 parent 6c9c0d7 commit 0ef4736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-bus-messaging/service-bus-queues-topics-subscriptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Service Bus messaging - queues, topics, and subscriptions
33
description: This article provides an overview of Azure Service Bus messaging entities (queue, topics, and subscriptions).
44
ms.topic: conceptual
5-
ms.date: 02/16/2021
5+
ms.date: 04/08/2021
66
---
77

88
# Service Bus queues, topics, and subscriptions
@@ -48,7 +48,7 @@ In many scenarios, messages that have specific characteristics must be processed
4848

4949
For a full working example, see the [TopicSubscriptionWithRuleOperationsSample sample](https://github.com/Azure/azure-service-bus/tree/master/samples/DotNet/GettingStarted/Microsoft.Azure.ServiceBus/TopicSubscriptionWithRuleOperationsSample) on GitHub.
5050

51-
For more information about possible filter values, see the documentation for the [SqlFilter](/dotnet/api/microsoft.azure.servicebus.sqlfilter) and [SqlRuleAction](/dotnet/api/microsoft.azure.servicebus.sqlruleaction) classes.
51+
For more information about filters, see [Topic filters and actions](topic-filters.md).
5252

5353
## Java message service (JMS) 2.0 entities
5454
The following entities are accessible through the Java message service (JMS) 2.0 API.

0 commit comments

Comments
 (0)