Optional appCreating application id.
Optional clusterOptional contentMIME content encoding. e.g. "gzip"
Optional contentMIME content type. e.g. "application/json"
Optional correlationApplication correlation identifier.
The server-assigned and channel-specific delivery tag
Optional durableAlias for "deliveryMode". Published message should be saved to disk and should survive server restarts.
The name of the exchange that the message was originally published to. May be empty, indicating the default exchange.
Optional expirationMessage TTL, in milliseconds. Note that only when expired messages reach the head of a queue will they actually be discarded (or dead-lettered). Setting the TTL to 0 causes messages to be expired upon reaching a queue unless they can be delivered to a consumer immediately.
Optional headersAdditional user-defined fields
Optional BCC?: string[]Optional CC?: string[]Number of messages remaining in the queue
Optional messageApplication message identifier.
Optional priorityMessage priority, 0 to 9.
True if the message has been previously delivered to this or another client.
Optional replyThe routing key name specified when the message was published.
Optional timestampMessage timestamp in seconds.
Optional typeMessage type name.
Optional userCreating user id.
Generated using TypeDoc
May be recieved in response to basicGet