golevelup / nestjs

A collection of badass modules and utilities to help you level up your NestJS applications 🚀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RabbitMQ AmqpConnection access from child module

m-romandic-un1 opened this issue · comments

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?