Property | Description. |
---|---|
Queue Name | Required. Name of the Amazon SQS queue. If the named queue does not exist, the connection automatically creates the queue. Note: The question mark (?) character is prohibited in this field. It is not supported by Apache Camel and you cannot publish a connection that contains this value. |
Query Parameters | Optional. You can specify other parameters that define how to connect to servers, if required by the SQS client. For example, you can use the standard URI query syntax to provide additional information for the client to successfully connect. |
Queue Owner AWS Account ID | Optional. The AWS account ID of the account owner that created the queue (if the queue already exists). |
Region | Optional. The AWS region for the SQS queue. For example: us-west-1 |
Content Format | Required. Identifies the format of the content to be processed. Select one of the following values:
|
Property | Description |
---|---|
Visibility Timeout | Optional. Duration in seconds for which messages are hidden from subsequent retrieve requests after the messages are retrieved by a ReceiveMessage request. |
Policy | Optional. The JSON-based access policy language required by Amazon to be applied to any new queues created by the process. |
Maximum Message Size | Optional. The maximum message size in bytes permitted in this queue. Enter a value between 1000 and 256000. |
Message Retention Period | Optional. The retention period, in seconds, for messages in this queue. Range: 60 seconds to 14 days. |
Delay | Optional. The period, in seconds, for which the action for sending messages must be delayed. |
Message Group Id Strategy | Required. Use this option for FIFO queues. The option defines the strategy for setting the messageGroupId attribute for the message. Select one of the following values:
Default is useConstant. |
Message Deduplication Id Strategy | Required. Use this option for FIFO queues. The option defines the deduplication strategy for the message. Select one of the following values:
Default is useExchangeId. |