You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the RabbitMQModule builder methods to use the forRoot and forRootAsync to stay with the conventions of the existing NestJS ecosystem. Investigate a better way to allow for injection of a config service to allow people to pull the necessary AMQP config information from their existing tools for config management.
The text was updated successfully, but these errors were encountered:
Awesome! Glad that it's working out for you. As part of this changed I also added some utility in the @nestjs-plus/common package to facilitate this async configuration pattern. If you're ever building modules that need to support this config pattern feel free to check it out
Update the RabbitMQModule builder methods to use the
forRoot
andforRootAsync
to stay with the conventions of the existing NestJS ecosystem. Investigate a better way to allow for injection of a config service to allow people to pull the necessary AMQP config information from their existing tools for config management.The text was updated successfully, but these errors were encountered: