Description:
This node tries to read fifteen messages from Amazon SQS and writes them to a data table, one row per message.
Node configuration:
SQS Settings tab:
Use configuration file – true/false, whether to read the node configuration from an external json file
File – configuration file name or URL. This could be a local path or file path on the server where KNIME will run in headless mode.
Access key ID – Amazon key
Secret access key – Amazon secret
Queue name – Amazon SQS queue to read
License tab:
License Server – license server URL
Licensed Site – domain URL on which the node is licensed and is running on
License Code – license code
Node input:
none
Node output:
table with two columns – Row ID, Message Body(String), number of rows is equal to the number of messages read from the queue
-end-