Queue message structure
All messages dispatched to queues follow this structure. The id and timestamp are auto-generated by QueueSender.
id
timestamp
Unique message identifier (UUID)
Optional
Optional metadata including locale for i18n
Message payload
Timestamp when message was dispatched (milliseconds since epoch)
Message type for routing to consumers
Queue message structure
All messages dispatched to queues follow this structure. The
idandtimestampare auto-generated by QueueSender.