DOMEY Dimitri
Results
1
comments of
DOMEY Dimitri
Hi, you can simply use AMQPConnection ```ts import { AmqpConnection } from '@golevelup/nestjs-rabbitmq'; import { Injectable } from '@nestjs/common'; @Injectable() export class Service { constructor(private readonly amqpConnection: AmqpConnection) {} public...