0.7.0 • Published 9 months ago

@getlarge/nestjs-tools-amqp-transport v0.7.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
9 months ago

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.

0.7.0

9 months ago

0.6.0

1 year ago

0.5.2

2 years ago