@axmit/queue-broker
v0.0.23
Published
RabbitMQ module for NestJS applications
Downloads
34
Readme
rabbitmq
To use this module in your project;
- npm install @axmit/queue-broker
- import { QueueBrokerModule } from '@axmit/queue-broker' and setUp with rabbitMQConfig in AppModule;
- import { QueueBrokerConsumer } from '@axmit/queue-broker' and use it in your consumer class;
- import { QueueBrokerProducer } from '@axmit/queue-broker' and use it in your producer class;