diff --git a/content/microservices/nats.md b/content/microservices/nats.md index 4abc6bb183..d8a6805a17 100644 --- a/content/microservices/nats.md +++ b/content/microservices/nats.md @@ -35,7 +35,7 @@ const app = await NestFactory.createMicroservice(AppModule, { #### Options -The `options` object is specific to the chosen transporter. The NATS transporter exposes the properties described [here](https://github.com/nats-io/node-nats#connect-options). +The `options` object is specific to the chosen transporter. The NATS transporter exposes the properties described [here](https://github.com/nats-io/node-nats#connection-options). Additionally, there is a `queue` property which allows you to specify the name of the queue that your server should subscribe to (leave `undefined` to ignore this setting). Read more about NATS queue groups below. #### Client