Skip to content

Commit 68b49ab

Browse files
author
Ashish Chhabria
authored
Update service-bus-throttling.md
Clarify that subscription filter valuations also count towards credit cost.
1 parent 4a4959d commit 68b49ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ Not all operations are created equal. Here are the credit costs of each of the o
5353
| Data operations (Send, SendAsync, Receive, ReceiveAsync, Peek) |1 credit per message |
5454
| Management operations (Create, Read, Update, Delete on Queues, Topics, Subscriptions, Filters) | 10 credits |
5555

56+
> [!NOTE]
57+
> Please note that when sending to a Topic, each message is evaluated against filter(s) before being made available on the Subscription.
58+
> Each filter evaluation also counts against the credit limit (i.e. 1 credit per filter evaluation).
59+
>
60+
5661
### How will I know that I'm being throttled?
5762

5863
When the client application requests are being throttled, the below server response will be received by your application and logged.

0 commit comments

Comments
 (0)