UNPKG

@nestjstools/messaging-rabbitmq-extension

Version:

Extension to handle messages and dispatch them over AMQP protocol

6 lines 320 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RABBITMQ_HEADER_RETRY_COUNT = exports.RABBITMQ_HEADER_ROUTING_KEY = void 0; exports.RABBITMQ_HEADER_ROUTING_KEY = 'messaging-routing-key'; exports.RABBITMQ_HEADER_RETRY_COUNT = 'messaging-retry-count'; //# sourceMappingURL=const.js.map