-
destination
String destination
The destination the message belongs to.
-
headers
Map<K,V> headers
The headers of the message.
-
properties
Map<K,V> properties
The properties of the message.
-
messageId
String messageId
The ID of the message.
-
deliveryCount
int deliveryCount
The number of times the message was delivered.
-
contentType
String contentType
The content type of the message body
-
ackToken
String ackToken
The acknowledgement token of the message, passed to Ack/Nack operations to perform ack/nack manually.
This token will be present only when MANUAL ACK mode is used.