Amazon Simple Queue Service (SQS)
Required Permissions
|
Connection Attributes
Parameter | Value |
awsRegion | AWS Region - location of data centres |
awsAccessKey | Unique access key |
awsSecret | Generated secret from AWS |
queueUrl | URL where the queue resides |
Sample JSON
Topic
Parameter | Value |
deleteMessages | If true it deletes the messages from the queue after retrieving them, otherwise will leave them there (generally will want to use 'true') |
Sample JSON
Last updated