This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
Releases: avdkishore/node-rabbitmq-client
Releases · avdkishore/node-rabbitmq-client
Bugfix
3.0 Release
- Major update featuring these
- Add class style syntax for the client
- Remove dependency on the config file and instead accept it as argument to constructor
Security Patches
v2.0.2 Merge pull request #4 from avdkishore/dependabot/npm_and_yarn/js-yaml…
NPM registry setup
v2.0.0 Update README
Changes
- Add docs
Changes
- Accept queue object as first arg for Publisher
Changes
- Update the lib
Improvements
- Check for
logger
available onglobal
object. If it is available, use it to log, else fallback to console stmts - Configurable
connection
properties withheartbeatInterval
,reconnectTime
- Configurable
queue
properties
Initial release
- Initial release