AmqpMessageHeader interface

Describes the defined set of standard header properties of the message.

Properties

delivery_count

The number of prior unsuccessful delivery attempts.

durable

Specifies durability requirements.

first_acquirer

If this value is true, then this message has not been acquired by any other link. Ifthis value is false, then this message MAY have previously been acquired by another link or links.

priority

The relative message priority. Higher numbers indicate higher priority messages.

ttl

time to live in ms.

Property Details

delivery_count

The number of prior unsuccessful delivery attempts.

delivery_count?: number

Property Value

number

durable

Specifies durability requirements.

durable?: boolean

Property Value

boolean

first_acquirer

If this value is true, then this message has not been acquired by any other link. Ifthis value is false, then this message MAY have previously been acquired by another link or links.

first_acquirer?: boolean

Property Value

boolean

priority

The relative message priority. Higher numbers indicate higher priority messages.

priority?: number

Property Value

number

ttl

time to live in ms.

ttl?: number

Property Value

number