mirror of
https://github.com/nestjs/docs.nestjs.com.git
synced 2026-02-25 22:15:07 +00:00
Update content/microservices/mqtt.md
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user