OptionalappOptionalclusterOptionalcontentMIME content encoding. e.g. "gzip"
OptionalcontentMIME content type. e.g. "application/json"
OptionalcorrelationApplication correlation identifier.
OptionaldurableAlias for "deliveryMode". Published message should be saved to disk and should survive server restarts.
OptionalexchangeSpecifies the name of the exchange to publish to. The exchange name can be empty, meaning the default exchange. If the exchange name is specified, and that exchange does not exist, the server will raise a channel exception.
OptionalexpirationMessage 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.
OptionalheadersAdditional user-defined fields
OptionalBCC?: string[]OptionalCC?: string[]OptionalimmediateThis flag tells the server how to react if the message cannot be routed to a queue consumer immediately. If this flag is set, the server will return an undeliverable message with a Return method. If this flag is zero, the server will queue the message, but with no guarantee that it will ever be consumed.
OptionalmandatoryThis flag tells the server how to react if the message cannot be routed to a queue. If this flag is set, the server will return an unroutable message with a Return method. If this flag is zero, the server silently drops the message.
OptionalmessageApplication message identifier.
OptionalpriorityMessage priority, 0 to 9.
OptionalreplyOptionalroutingSpecifies the routing key for the message. The routing key is used for routing messages depending on the exchange configuration.
OptionaltimestampMessage timestamp in seconds.
OptionaltypeMessage type name.
OptionaluserCreating user id.
Creating application id.