amqpx / index / ProducerPublishOptions
Type Alias: ProducerPublishOptions
ProducerPublishOptions =
amqp.Options.Publish&object
Defined in: src/producer/types.ts:59
Type Declaration
retryStrategy?
optionalretryStrategy?:RetryStrategy
For confirmed publish only, how to retry publishing of the message if the message is rejected by the receiving queue. Overrides the ProducerOptions.retryStrategy set on the producer for this individual publish call.