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

Change amqp_opts type to `AmqpConnectionManagerOptions` #39

Open valtech-le opened 1 year ago

valtech-le commented 1 year ago

Previously amqp_opts was declared as object which wasn't very specific