Optional
appCreating application id.
Optional
clusterOptional
contentMIME content encoding. e.g. "gzip"
Optional
contentMIME content type. e.g. "application/json"
Optional
correlationApplication correlation identifier.
Optional
durableAlias for "deliveryMode". Published message should be saved to disk and should survive server restarts.
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[]Optional
messageApplication message identifier.
Optional
priorityMessage priority, 0 to 9.
Optional
replyOptional
timestampMessage timestamp in seconds.
Optional
typeMessage type name.
Optional
userCreating user id.
Generated using TypeDoc
May be received after basicPublish mandatory=true or immediate=true