golevelup / nestjs

A collection of badass modules and utilities to help you level up your NestJS applications 🚀
MIT License
2.16k stars 244 forks source link

RabbitMQ AmqpConnection access from child module #708

Open m-romandic-un1 opened 4 months ago

m-romandic-un1 commented 4 months ago

RabbitMQ gets registered on root module level, but when I want to Inject AmqpConnection in other module for publish/request purposes it says that I cannot access it. Why RabbitMQ is not global, how to achieve it?