Skip to content

Commit 94db1d4

Browse files
committed
Fixed the doc issue
1 parent 3a82940 commit 94db1d4

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

articles/service-bus-messaging/topic-filters.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,13 @@ All rules **without actions** are combined using an `OR` condition and result in
1313

1414
Each rule **with an action** produces a copy of the message. This message will have a property called `RuleName` where the value is the name of the matching rule. The action can add or update properties, or delete properties from the original message to produce a message on the subscription.
1515

16-
Consider the following scenario:
17-
18-
- Subscription has five rules.
19-
- Two rules contain actions.
20-
- Three rules don't contain actions.
21-
22-
In this example, if you send one message that matches all five rules, you get three messages on the subscription. That's two messages for two rules with actions and one message for three rules without actions.
16+
Consider the following scenario where a subscription has five rules: two rules with actions and the other three without actions. In this example, if you send one message that matches all five rules, you get three messages on the subscription. That's two messages for two rules with actions and one message for three rules without actions.
2317

2418
Each newly created topic subscription has an initial default subscription rule. If you don't explicitly specify a filter condition for the rule, the applied filter is the **true** filter that enables all messages to be selected into the subscription. The default rule has no associated annotation action.
2519

20+
> [!NOTE]
21+
> This article applies to non-JMS scenarios. For JMS scenarios, use [message selectors](java-message-service-20-entities.md#message-selectors).
22+
2623
## Filters
2724
Service Bus supports three types of filters:
2825

0 commit comments

Comments
 (0)