Skip to content

amqpx v1.0.1


amqpx / index / ProducerPublishOptions

Type Alias: ProducerPublishOptions

ProducerPublishOptions = amqp.Options.Publish & object

Defined in: src/producer/types.ts:59

Type Declaration

retryStrategy?

optional retryStrategy?: 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.

Released under the MIT License.