UNPKG

@goparrot/pubsub-event-bus

Version:
7 lines 488 B
export const RETRY_COUNT_HEADER = 'retry-count'; export const ORIGIN_EXCHANGE_HEADER = 'origin-exchange'; export const DEFAULT_DELAY_QUEUE_NAME_PREFIX = 'pubsub.retry.delay.queue'; export const DEFAULT_RETRY_DELAY_EXCHANGE_NAME = 'pubsub.retry.delay.exchange'; export const DEFAULT_RETRY_REQUEUE_EXCHANGE_NAME = 'pubsub.retry.requeue.exchange'; export const DEFAULT_RETRY_DELAYED_MESSAGE_EXCHANGE_NAME = 'pubsub.retry.delayed_message.exchange'; //# sourceMappingURL=retry-constants.js.map