Skip to content

Commit 25cdf78

Browse files
authored
Add filter condition and rule action limits
1 parent 4729e4b commit 25cdf78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/service-bus-messaging/overview-emulator.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,16 @@ Like the Service bus cloud service, the emulator provides the following quotas f
7474
| Number of Subscriptions per topic | 50 | Yes
7575
| Number of correlation filters per topic | 1000 | Yes
7676
| Number of SQL Filters | 20 | Yes
77+
| Length of filter condition or rule action string | 1024 (1K) | No
78+
| Number of expressions per rule action | 32 | No
7779
| Number of concurrent connections to namespace| 10 |Yes
7880
| Number of concurrent receive requests on entity (queue/Topic) or subscription entity | 200 |Yes
7981
| Message size | 256 KB |No
8082
| Queue or topic size | 100 MB | No
8183
| Message Time to Live | 1hr | Yes
8284

8385

86+
8487
## Quota configuration changes
8588

8689
By default, the emulator runs with the [config.json](https://github.com/Azure/azure-service-bus-emulator-installer/blob/main/ServiceBus-Emulator/Config/Config.json) configuration file. You can configure the quotas associated with Service bus by editing this file in the following ways, based on your needs:

0 commit comments

Comments
 (0)