Optional appOptional 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 exchangeSpecifies 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.
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 immediateThis 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.
Optional mandatoryThis 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.
Optional messageApplication message identifier.
Optional priorityMessage priority, 0 to 9.
Optional replyOptional routingSpecifies the routing key for the message. The routing key is used for routing messages depending on the exchange configuration.
Optional timestampMessage timestamp in seconds.
Optional typeMessage type name.
Optional userCreating user id.
Generated using TypeDoc
Creating application id.