Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | Enter the name to show on the script canvas. |
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Destination | Required | Not available | Select a global resource.
|
|
Queue name | Required | Available | Specify a queue to receive messages from.
|
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Maximum number of messages to receive | Optional | Available | Specify the maximum number of messages to receive from Amazon SQS. |
|
Visibility timeout (seconds) for receiving message | Optional | Available | Specify the time (seconds) in which received messages will be invisible. |
|
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Comment | Optional | Not available | You can write a short description of this adapter. The description will be reflected in the specifications. |
<?xml version="1.0"?> <message_results> <message_result md5_message_body="" message_body="" message_id="" receipt_handle="" > <attribute approximate_first_receive_timestamp="" receive_count="" sender_id="" sent_timestamp="" /> </message_result> </message_results>
Element name | Attribute name | Description | Remarks |
---|---|---|---|
message_results | - | ||
message_result | - | Appears for each sent message. | |
md5_message_body | Value of the message body encoded with MD5. |
|
|
message_body | Value of the message body. |
|
|
message_id | Message ID of the received data. |
|
|
receipt_handle | The identifier (Receipt Handle) used in message deletion request. |
|
|
attribute | The element that contains message attribute. |
|
|
attribute | - | Appears for each message_result element. | |
approximate_first_receive_timestamp | The timestamp of when received the message for the first time. |
|
|
receive_count | The number of times of receiving the messages. |
|
|
sender_id | The message sender ID. | ||
sent_timestamp | The timestamp of when sent the message. |
|
Component variable name | Description | Remarks |
---|---|---|
count | The number of the received messages is stored. |
|
message_category | When an error occurs, the corresponding message code's category is stored. |
|
message_code | When an error occurs, the corresponding message code is stored. |
|
message_level | When an error occurs, the corresponding message code's severity is stored. |
|
error_type | When an error occurs, the error type is stored. |
|
error_message | When an error occurs, the error message is stored. |
|
error_trace | When an error occurs, the error's trace information is stored. |
|
Exception name | Cause | Solution |
---|---|---|
ResourceNotFoundException Resource definition is not found. Name: [] |
[Destination] is not specified. | Specify [Destination]. |
ResourceNotFoundException Resource definition is not found. Name: [<global resource name>] |
The resource definition selected in [Destination] is not found. | Check the global resource specified in [Destination]. |
InvalidPropertyConfigurationException Specify an integer between 1 and 10 for the maximum number of receiving messages. |
[Maximum number of receiving messages] is not an integer or is out of available range. | Specify an integer between 1 and 10 for [Maximum number of receiving messages]. |
InvalidPropertyConfigurationException Specify an integer between 0 and 43200 for the visibility timeout (seconds) of receiving messages |
[Visibility timeout (seconds) of receiving message] is not an integer or is out of available range. | Specify an integer between 0 and 43200 in [Visibility timeout (seconds) of receiving messages]. |
com.amazonaws.services.sqs.model.QueueDoesNotExistException The specified queue does not exist for this wsdl version. |
A queue which does not exist is specified in [Queue name]. | Check [Queue name], or [Region] setting of the global resource specified in [Destination]. |
com.amazonaws.services.sqs.model.AmazonSQSException The security token included in the request is invalid. |
There is something wrong with [Access Key ID] of the global resource specified in [Destination]. | Check the settings of the global resource specified in [Destination]. |
com.amazonaws.services.sqs.model.AmazonSQSException The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. |
There is something wrong with [Secret Access Key] of the specified global resource in [Destination]. | Check the settings of the global resource specified in [Destination]. |