Skip to content

First release version from GitHub

Compare
Choose a tag to compare
@SamuelRoberto SamuelRoberto released this 09 May 10:41
· 15 commits to main since this release

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