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