The Message Structured Data Type is defined under the GeneXusMessagingQueue.SimpleQueue module and represents the message to be sent to a Message Queue using the Queue API.
MessageId |
ID of the message. |
MessageBody |
Message to send. |
MessageAttributes |
Collection of MessageProperty. |
MessageHandleId
|
Every time you receive a message from a queue, you receive a handle ID for that message (also called a receipt handle). This handle is associated with the action of receiving the message, not with the message itself. To delete the message, you must provide the HandleId (not the message ID). |
Note: In the case of AWS SQS, it lets you include structured metadata with messages using
MessageAttributes. For more information, visit this
link.
This feature is available since GeneXus 18.