0.7.0 • Published 9 months ago
@getlarge/nestjs-tools-amqp-transport v0.7.0
AMQP Transport
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.
Installation
npm install --save @getlarge/nestjs-tools-amqp-transportExample
The integration tests contain an example consumer and example producer that demonstrate how to use this library.