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
Change amqp_opts type to `AmqpConnectionManagerOptions` #39
Previously amqp_opts was declared as
object
which wasn't very specific