nest-rmq
RabbitMQ abstraction for Nest users
RabbitMQ abstraction for Nest users
A wrapper of the [AMQP library](https://www.npmjs.com/package/amqplib) for [NestJS](https://nestjs.com) to provide fast communication between services. The idea behind it is to provide possible ways of communication with a message system without having to
This package provides a NestJS module for integrating with RabbitMQ using exchanges. It offers a client and server implementation for message queuing and supports features like health checks and error serialization. It simplifies the process of setting up
A decent NestJS module for a more advanced communication between microservices using the full power of RabbitMQ
RabbitMQ component for NestJs.