Skip to content

Commit 8734c2a

Browse files
Merge pull request #2157 from playka/patch-1
Breaking change
2 parents 16cf969 + b5fb80c commit 8734c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/microservices/rabbitmq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
To start building RabbitMQ-based microservices, first install the required packages:
88

99
```bash
10-
$ npm i --save amqplib amqp-connection-manager
10+
$ npm i --save amqplib amqp-connection-manager@3.9.0
1111
```
1212

1313
#### Overview

0 commit comments

Comments
 (0)