Skip to content

Releases: futura-dev/rabbitmq-nest

v4.3.3

04 Sep 07:43
Compare
Choose a tag to compare

v4.3.2

04 Sep 07:38
Compare
Choose a tag to compare

Full Changelog: v4.3.1...v4.3.2

v4.3.1

04 Sep 07:30
Compare
Choose a tag to compare

Full Changelog: v4.3.0...v4.3.1

v4.3.0

11 Aug 11:01
Compare
Choose a tag to compare

Full Changelog: v4.2.3...v4.3.0

v4.2.3

29 May 10:02
Compare
Choose a tag to compare

Full Changelog: 4.2.2...v4.2.3

Changed support to Node >=18

10 May 08:52
Compare
Choose a tag to compare

First release version from GitHub

09 May 10:41
Compare
Choose a tag to compare

First version of rabbitmq-nest module. The library is able to:

  • Create new RabbitMQ instance from a NestJS application
  • Using the instance to 'subscribe' to a specific queue
  • Using the instance to 'publish' to a specific queue
  • Manage multiple instances from your NestJS application