Skip to main content
InterSystems IRIS Data Platform 2024.3
AskMe (beta)
Loading icon

Amazon SQS Settings

Provides reference information for the settings of EnsLib.AmazonSQS.InboundAdapterOpens in a new tab, EnsLib.AmazonSQS.BusinessService, EnsLib.AmazonSQS.OutboundAdapterOpens in a new tab, and EnsLib.AmazonSQS.BusinessOperation.

Summary

The Amazon SQS adapters and business hosts have the following settings:

Group Settings
Amazon SQS (Inbound adapter and business service only) Queue, DeleteAfterReceive, ReceiveSettings
AWS CredentialsFile, Region

The remaining settings are common to all business hosts. For information, see Settings for All Business Services and Settings for All Business Operations.

DeleteAfterReceive

Determines whether the message is deleted from the queue after the production receives it.

Queue

Defines the Amazon SQS queue from which the consumer is receiving messages.

ReceiveSettings

An optional JSON string defining settings for message retrieval. The list of available settings is the same as the list of properties made available by the Amazon SQS API SQSReceiveSettings class, with each property name serving as the key.

See Also

FeedbackOpens in a new tab