Official Content

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.

image_202291518839_1_png

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.

Availability

This feature is available since GeneXus 18.

 

Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant