Skip to main content

%External.Messaging.SQSMessage

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

Amazon S3 SQS message body and attributes.

Property Inventory

Properties

property body as %String) [ Required ];
SQS message body.
Property methods: bodyDisplayToLogical(), bodyGet(), bodyIsValid(), bodyLogicalToDisplay(), bodyLogicalToOdbc(), bodyNormalize(), bodySet()
property deduplicationID as %String (MAXLEN = 1000);
SQS message duplication ID.
Property methods: deduplicationIDDisplayToLogical(), deduplicationIDGet(), deduplicationIDIsValid(), deduplicationIDLogicalToDisplay(), deduplicationIDLogicalToOdbc(), deduplicationIDNormalize(), deduplicationIDSet()
property groupID as %String (MAXLEN = 1000);
SQS message group ID.
Property methods: groupIDDisplayToLogical(), groupIDGet(), groupIDIsValid(), groupIDLogicalToDisplay(), groupIDLogicalToOdbc(), groupIDNormalize(), groupIDSet()
property messageAttributes as list of SQSMessageAttribute;
SQS message attributes.
Property methods: messageAttributesBuildValueArray(), messageAttributesCollectionToDisplay(), messageAttributesCollectionToOdbc(), messageAttributesDisplayToCollection(), messageAttributesGet(), messageAttributesGetObject(), messageAttributesGetObjectId(), messageAttributesGetSwizzled(), messageAttributesIsValid(), messageAttributesOdbcToCollection(), messageAttributesSet(), messageAttributesSetObject(), messageAttributesSetObjectId()
property messageID as %String (MAXLEN = 1000);
SQS Message ID.
Property methods: messageIDDisplayToLogical(), messageIDGet(), messageIDIsValid(), messageIDLogicalToDisplay(), messageIDLogicalToOdbc(), messageIDNormalize(), messageIDSet()
property queue as %String (MAXLEN = 1000) [ Required ];
SQS queue anme.
Property methods: queueDisplayToLogical(), queueGet(), queueIsValid(), queueLogicalToDisplay(), queueLogicalToOdbc(), queueNormalize(), queueSet()
property receiptHandle as %String (MAXLEN = 1000);
SQS message receipt handle.
Property methods: receiptHandleDisplayToLogical(), receiptHandleGet(), receiptHandleIsValid(), receiptHandleLogicalToDisplay(), receiptHandleLogicalToOdbc(), receiptHandleNormalize(), receiptHandleSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab