UNPKG

@nestjstools/microservices-rabbitmq

Version:

Transport layer for NestJS Microservices with more configurations for RabbitMQ

7 lines (6 loc) 125 B
export interface AmqpMessageBusOptions { name: string; url: string; exchange: string; routingKey?: string; }