UNPKG

@jiaxinjiang/nest-amqp

Version:

RabbitMQ component for NestJs.

9 lines 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class AmqpUtil { static getPublisherToken(exchange) { return `__AMQPPublisher${exchange}__`; } } exports.AmqpUtil = AmqpUtil; //# sourceMappingURL=amqp.util.js.map