Update content/microservices/mqtt.md

This commit is contained in:
Kamil Mysliwiec
2026-02-04 11:26:18 +01:00
committed by GitHub
parent a350f40bcb
commit 700be668e3

View File

@@ -143,7 +143,7 @@ const app = await NestFactory.createMicroservice(AppModule, {
});
```
##### Per-pattern QoS
#### Per-pattern QoS
You can override the MQTT subscription QoS on a per-pattern basis by providing `qos` in the `extras` field of the pattern decorator. When not specified, the global `subscribeOptions.qos` is used as the default.