Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%External] >  [Messaging] >  [SQSMessage]
Private  Storage   

class %External.Messaging.SQSMessage extends %External.Messaging.Message

Amazon S3 SQS message body and attributes.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
7


Summary

Properties
body deduplicationID groupID messageAttributes
messageID queue receiptHandle

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %JSONExport
%JSONExportToStream %JSONExportToString %JSONImport %JSONNew
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject FromJSON FromRemoteObject ToJSON

Subclasses
EnsLib.AmazonSQS.Message

Properties

• property body as %String(MAXLEN="") [ Required ];
SQS message body.
• property deduplicationID as %String(MAXLEN=1000);
SQS message duplication ID.
• property groupID as %String(MAXLEN=1000);
SQS message group ID.
• property messageAttributes as list of SQSMessageAttribute;
SQS message attributes.
• property messageID as %String(MAXLEN=1000);
SQS Message ID.
• property queue as %String(MAXLEN=1000) [ Required ];
SQS queue anme.
• property receiptHandle as %String(MAXLEN=1000);
SQS message receipt handle.


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.