Description:

This node reads the input data table and writes it to an AWS SQS queue. Each row of the table is written as a separate 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 – SQS queue to write to

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:

table with two columns – Row ID, Message Body(String). Each row will be written as a separate message in the queue.

Node output:

none

 

-end-