Amazon SQS Settings
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
-
Using the Amazon SQS Messaging API (for use without a production)