AmqpMessageHeader interface
Describes the defined set of standard header properties of the message.
Properties
delivery |
The number of prior unsuccessful delivery attempts. |
durable | Specifies durability requirements. |
first |
If this value is true, then this message has not been acquired by any other link. If this 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. |
time |
time to live in ms. |
Property Details
deliveryCount
The number of prior unsuccessful delivery attempts.
deliveryCount?: number
Property Value
number
durable
Specifies durability requirements.
durable?: boolean
Property Value
boolean
firstAcquirer
If this value is true, then this message has not been acquired by any other link. If this value is false, then this message MAY have previously been acquired by another link or links.
firstAcquirer?: boolean
Property Value
boolean
priority
The relative message priority. Higher numbers indicate higher priority messages.
priority?: number
Property Value
number
timeToLive
time to live in ms.
timeToLive?: number
Property Value
number