Skip to content

Commit b5fb80c

Browse files
authored
Temporary hot fix in documentation
amqp-connection-manager was updated to version 4.0.0 3 days ago. It is not working well in case when connection is refused. Warning/error logs are absent. Version 3.9.0 of amqp-connection-manager is ok
1 parent 44b5d00 commit b5fb80c

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)