Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AmqpMessageProperties

Package version

Describes the defined set of standard properties of the message.

Hierarchy

  • AmqpMessageProperties

Index

Properties

Optional absoluteExpiryTime

absoluteExpiryTime: undefined | number

The time when this message is considered expired.

Optional contentEncoding

contentEncoding: undefined | string

The content-encoding property is used as a modifier to the content-type. When present, its valueindicates what additional content encodings have been applied to theapplication-data.

Optional contentType

contentType: undefined | string

MIME type for the message.

Optional correlationId

correlationId: string | number | Buffer

The id that can be used to mark or identify messages between clients.

Optional creationTime

creationTime: undefined | number

The time this message was created.

Optional groupId

groupId: undefined | string

The group this message belongs to.

Optional groupSequence

groupSequence: undefined | number

The sequence number of this message with its group.

Optional messageId

messageId: string | number | Buffer

The application message identifier that uniquely idenitifes a message. The user is responsible for making sure that this is unique in the given context. Guids usually make a good fit.

Optional replyTo

replyTo: undefined | string

The address of the node to send replies to.

Optional replyToGroupId

replyToGroupId: undefined | string

The group the reply message belongs to.

Optional subject

subject: undefined | string

A common field for summary information about the message content and purpose.

Optional to

to: undefined | string

The address of the node the message is destined for.

Optional userId

userId: undefined | string

The identity of the user responsible for producing the message.

Generated using TypeDoc