Releases: futura-dev/rabbitmq-nest
Releases · futura-dev/rabbitmq-nest
v4.3.3
v4.3.2
Full Changelog: v4.3.1...v4.3.2
v4.3.1
Full Changelog: v4.3.0...v4.3.1
v4.3.0
Full Changelog: v4.2.3...v4.3.0
v4.2.3
Full Changelog: 4.2.2...v4.2.3
Changed support to Node >=18
Full Changelog: 4.2.1...4.2.2
First release version from GitHub
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