valtech-sd / amqp-cacoon

AmqpCacoon is an abstraction around node-amqp-connection-manager that provides a simple interface with flow control, retries, reconnects, and more included out of the box.
MIT License
5 stars 4 forks source link

Package summary still references AMQPLIB but that's now been changed. #22

Closed EricWasTakenMJD closed 3 years ago

EricWasTakenMJD commented 3 years ago

The line below references AMQPLIB, but the package is now based on node-amqp-connection-manager. The description should be updated.

https://github.com/valtech-sd/amqp-cacoon/blob/9307cb1dcf748684ddf912d66b5ac9b85e609575/package.json#L4

Recommended Update: AmqpCacoon is an abstraction around node-amqp-connection-manager that provides a simple interface with flow control, retries, reconnects, and more included out of the box.

EricWasTakenMJD commented 3 years ago

Handling in https://github.com/valtech-sd/amqp-cacoon/pull/25