AlariCode / nestjs-rmq

A custom library for NestJS microservice. It allows you to use RabbitMQ or AMQP.
https://purpleschool.ru
MIT License
285 stars 38 forks source link

An empty string as the queue name is used to generate a random name #46

Closed falahati closed 2 years ago

falahati commented 2 years ago

Regarding #43

AlariCode commented 2 years ago

@falahati, cool! I will merge and publish it, when I’ll be near Mac.

AlariCode commented 2 years ago

Published in version 2.5.0. I made some changes by moving queueOptions to new object. Old isQueueDurable and queueArguments mark as deprecated, but users can still use them.