Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AmqpMessageHeader

Package version

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

Hierarchy

  • AmqpMessageHeader

Index

Properties

Optional deliveryCount

deliveryCount: undefined | number

The number of prior unsuccessful delivery attempts.

Optional durable

durable: undefined | false | true

Specifies durability requirements.

Optional firstAcquirer

firstAcquirer: undefined | false | true

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.

Optional priority

priority: undefined | number

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

Optional timeToLive

timeToLive: undefined | number

Time to live in milli seconds.

Generated using TypeDoc