Skip to content

Commit

Permalink
Merge pull request nestjs#2879 from technixp/patch-1
Browse files Browse the repository at this point in the history
Update nats.md
  • Loading branch information
kamilmysliwiec authored Oct 23, 2023
2 parents f07a58a + c8f5f62 commit 1529949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/microservices/nats.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const app = await NestFactory.createMicroservice(AppModule, {
#### Options

The `options` object is specific to the chosen transporter. The <strong>NATS</strong> 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 <strong>NATS</strong> 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 <a href="https://docs.nestjs.com/microservices/nats#queue-groups">below</a>.

#### Client
Expand Down

0 comments on commit 1529949

Please sign in to comment.