GetSQS 2.3.0¶
BUNDLE¶
org.apache.nifi | nifi-aws-nar
DESCRIPTION¶
Fetches messages from an Amazon Simple Queuing Service Queue
INPUT REQUIREMENT¶
FORBIDDEN
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
AWS Credentials Provider service |
The Controller Service that is used to obtain AWS credentials provider |
Auto Delete Messages |
Specifies whether the messages should be automatically deleted by the processors once they have been received. |
Batch Size |
The maximum number of messages to send in a single network request |
Character Set |
The Character Set that should be used to encode the textual content of the SQS message |
Communications Timeout |
|
Endpoint Override URL |
Endpoint URL to use instead of the AWS default including scheme, host, port, and path. The AWS libraries select an endpoint URL based on the AWS region, but this property overrides the selected endpoint URL, allowing use with other S3-compatible endpoints. |
Queue URL |
The URL of the queue to get messages from |
Receive Message Wait Time |
The maximum amount of time to wait on a long polling receive call. Setting this to a value of 1 second or greater will reduce the number of SQS requests and decrease fetch latency at the cost of a constantly active thread. |
Region |
|
SSL Context Service |
Specifies an optional SSL Context Service that, if provided, will be used to create connections |
Visibility Timeout |
The amount of time after a message is received but not deleted that the message is hidden from other consumers |
proxy-configuration-service |
Specifies the Proxy Configuration Controller Service to proxy network requests. Supported proxies: HTTP + AuthN |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
success |
FlowFiles are routed to success relationship |
WRITES ATTRIBUTES¶
NAME |
DESCRIPTION |
---|---|
hash.value |
The MD5 sum of the message |
hash.algorithm |
MD5 |
sqs.message.id |
The unique identifier of the SQS message |
sqs.receipt.handle |
The SQS Receipt Handle that is to be used to delete the message from the queue |