@nestjstools/messaging-rabbitmq-extension
Version:
Extension to handle messages and dispatch them over AMQP protocol
6 lines • 320 B
JavaScript
;
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