nestjs icon indicating copy to clipboard operation
nestjs copied to clipboard

rabbitmq: canceled consumers are resumed if connection/channel reconnects

Open ttshivers opened this issue 2 months ago • 1 comments

An explicitly canceled consumer through cancelConsumer is reapplied on connection reconnection since the setup method is ran again which registers the subscribers again.

ttshivers avatar Apr 16 '24 20:04 ttshivers