Add additional data to the message that is going to be stored
Messaging transport related metadata
Define if the message must be sent in the sequential order it was added or if it can be sent in parallel with others.
The date and time in ISO 8601 "internet time" UTC format (e.g. "2023-10-17T11:48:14Z") until when the message cannot be sent out
Can be set to allow processing of messages with different segments in parallel.
The create date of the message if it is available.
The unique ID of the message. If not specified - random UUID will be used
Optional
Add additional data to the message that is going to be stored
Param: metadata
Messaging transport related metadata
Param: concurrency
Define if the message must be sent in the sequential order it was added or if it can be sent in parallel with others.
Param: lockedUntil
The date and time in ISO 8601 "internet time" UTC format (e.g. "2023-10-17T11:48:14Z") until when the message cannot be sent out
Param: segment
Can be set to allow processing of messages with different segments in parallel.
Param: createdAt
The create date of the message if it is available.
Param: messageId
The unique ID of the message. If not specified - random UUID will be used