Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1017 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 1017 Bytes

AMQP Transport

npm

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-transport

Example

The integration tests contain an example consumer and example producer that demonstrate how to use this library.