@@ -30,36 +30,36 @@ The following limits apply to MQTT in Azure Event Grid namespace resource.
30
30
31
31
| Limit description | Limit |
32
32
| ----------------------------------------------| -----------------------------------------------------------------------------------|
33
- | MQTT connections per namespace | 10,000 per TU |
33
+ | MQTT sessions per namespace | 10,000 per TU |
34
34
| Sessions per namespace | 10,000 per TU |
35
35
| Session Expiry Interval | 8 hours, [ configurable on the namesapce] ( ../mqtt-support.md#maximum-session-expiry-interval-configuration ) |
36
36
| Inbound MQTT publish requests per namespace | 1,000 messages per second |
37
37
| Inbound MQTT bandwidth per namespace | 1 MB per second per TU |
38
- | Inbound MQTT publish requests per connection | 100 messages per second |
39
- | Inbound MQTT bandwidth per connection | 1 MB per second |
38
+ | Inbound MQTT publish requests per session | 100 messages per second |
39
+ | Inbound MQTT bandwidth per session | 1 MB per second |
40
40
| Outbound MQTT publish requests per namespace | 1,000 messages per second |
41
41
| Outbound MQTT bandwidth per namespace | 1 MB per second per TU |
42
- | Outbound MQTT publish requests per connection | 100 messages per second |
43
- | Outbound MQTT bandwidth per connection | 1 MB per second |
42
+ | Outbound MQTT publish requests per session | 100 messages per second |
43
+ | Outbound MQTT bandwidth per session | 1 MB per second |
44
44
| Max message size | 512 KB |
45
45
| Segments per topic/ topic filter | 8 |
46
46
| Topic size | 256 B |
47
47
| MQTTv5 response topic | 256 B |
48
- | MQTTv5 topic aliases | 10 per connection |
49
- | MQTTv5 user properties size | 8 KB |
48
+ | MQTTv5 topic aliases | 10 per session |
49
+ | MQTTv5 total size of all user properties | 32 KB |
50
50
| MQTTv5 content type size | 256 B |
51
51
| MQTTv5 correlation data size | 256 B |
52
52
| Connect requests | 200 requests per second per TU |
53
53
| MQTTv5 authentication data size | 8 KB |
54
54
| Maximum keep-alive interval | 1160 |
55
55
| Topic filters per MQTT SUBSCRIBE packet | 10 |
56
56
| Subscribe and unsubscribe requests per namespace | 200 requests per second |
57
- | Subscribe and unsubscribe requests per connection | 5 requests per second |
58
- | Subscriptions per MQTT connection | 50 |
57
+ | Subscribe and unsubscribe requests per session | 5 requests per second |
58
+ | Subscriptions per MQTT session | 50 |
59
59
| Subscriptions per namespace | 1 million |
60
- | Subscriptions per MQTT topic | Unlimited, as long as they don't exceed the limit for subscriptions per namespace or connection |
60
+ | Subscriptions per MQTT topic | Unlimited, as long as they don't exceed the limit for subscriptions per namespace or session |
61
61
| Registered client resources | 10,000 clients per TU |
62
- | CA certificates | 2 |
62
+ | CA certificates | 10 |
63
63
| Client groups | 10 |
64
64
| Topic spaces | 10 |
65
65
| Topic templates | 10 per topic space |
0 commit comments