Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Releases: avdkishore/node-rabbitmq-client

Bugfix

31 Jan 02:28
c85e6d8
Compare
Choose a tag to compare
  • Close the channel once the message is published

3.0 Release

23 Nov 08:56
91e34c1
Compare
Choose a tag to compare
  • Major update featuring these
    1. Add class style syntax for the client
    2. Remove dependency on the config file and instead accept it as argument to constructor

Security Patches

21 Jul 16:10
53db3cc
Compare
Choose a tag to compare
Merge pull request #4 from avdkishore/dependabot/npm_and_yarn/js-yaml…

…-3.13.1

Bump js-yaml from 3.12.0 to 3.13.1

NPM registry setup

21 Jul 16:08
d71a87b
Compare
Choose a tag to compare
v2.0.0

Update README

Changes

25 Sep 12:25
0288dfe
Compare
Choose a tag to compare
  • Add docs

Changes

25 Sep 11:56
261ee18
Compare
Choose a tag to compare
  • Accept queue object as first arg for Publisher

Changes

25 Sep 08:16
c87d1e9
Compare
Choose a tag to compare
  • Update the lib

Improvements

25 Sep 08:12
dfe2bcb
Compare
Choose a tag to compare
  • Check for logger available on global object. If it is available, use it to log, else fallback to console stmts
  • Configurable connection properties with heartbeatInterval, reconnectTime
  • Configurable queue properties

Initial release

25 Sep 07:23
34a1de5
Compare
Choose a tag to compare
  • Initial release