Channel this message was delivered on
Message body. Raw Uint8Array bytes in plain mode; decoded value in codec mode.
Byte size of the body.
Channel this message was delivered on.
Consumer tag, if delivered to a consumer.
Server-assigned delivery tag for ack/nack/reject.
Exchange the message was published to.
OptionalmessageNumber of messages remaining in the queue (only set by basicGet).
Message metadata (content-type, headers, etc.).
Whether the message has been redelivered by the server.
OptionalreplyReply code if the message was returned.
OptionalreplyReason the message was returned.
Routing key the message was published with.
True if the message has already been acked, nacked, or rejected.
Acknowledge the message
Converts the raw message body to a string.
Cancel the consumer the message arrived to *
Negative acknowledgment (same as reject)
Reject the message
AMQP message.
The generic parameter
Pis the parser map type. When no parsers are configured (P = {}),bodyisUint8Array | null(raw wire bytes). When parsers are configured,bodyis the union of all parser output types plusUint8Array | null.