The raw message body bytes.
The destination the message was published to.
The decoded MESSAGE headers.
The broker's message-id for this message.
OptionalackAcknowledges the message (client / client-individual modes only).
Decodes the body as UTF-8 then parses it as JSON.
The expected shape of the decoded value.
The parsed value.
OptionalnackNegatively acknowledges the message (client / client-individual modes only).
A message delivered to a StompSubscription.
For
client/client-individualack modes the broker supplies anackheader, and this object exposes StompMessage.ack / StompMessage.nack to settle it; inautomode those are absent.Since
1.0.0