A custom AMQP strategy for Nest microservice transport, which extends NestJS AMQP producer and consumer by adding support for:
- exchanges
- reply queue assertion
By enabling exchanges you can broadcast messages to multiple queues, and by asserting reply queue you can ensure that reply queue with static name exists.
npm install --save @getlarge/nestjs-tools-amqp-transport
The integration tests contain an example consumer and example producer that demonstrate how to use this library.