Skip to content

Commit ff9ba27

Browse files
committed
updated
1 parent 31f7fbc commit ff9ba27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/message-counters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Knowing the active message count is useful in determining whether a queue builds
4242
If an application wants to scale resources based on the length of the queue, it should do so with a measured pace. The acquisition of the message counters is an expensive operation inside the message broker, and executing it frequently directly and adversely impacts the entity performance.
4343

4444
> [!NOTE]
45-
> The messages that are sent to a Service Bus topic are forwarded to subscriptions for that topic. So, the active message count on the topic itself is 0, as those messages have been successfully forwarded to the subscription. To verify that your messages have been forwarded, get message count on the subscription (for example, using REST API). Even though you see messages at the subscription, they are actually stored in a storage owned by the topic.
45+
> The messages that are sent to a Service Bus topic are forwarded to subscriptions for that topic. So, the active message count on the topic itself is 0, as those messages have been successfully forwarded to the subscription. Get the message count at the subscription and verify that it's greater than 0. Even though you see messages at the subscription, they are actually stored in a storage owned by the topic.
4646
4747
If you look at the subscriptions, then they would have non-zero message count (which add up to 323MB of space for this entire entity).
4848

0 commit comments

Comments
 (0)