tomandrei
Results
1
comments of
tomandrei
Investigating why it's not registering the consumers I've noticed that the module bootstrap is done only once: ``` public async onApplicationBootstrap() { if (RabbitMQModule.bootstrapped) { return; } RabbitMQModule.bootstrapped = true;...