GetSQS 2025.10.9.21

Bundle

org.apache.nifi | nifi-aws-nar

Description

Fetches messages from an Amazon Simple Queuing Service Queue

Tags

AWS, Amazon, Fetch, Get, Poll, Queue, SQS

Input Requirement

FORBIDDEN

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
AWS Credentials Provider serviceThe Controller Service that is used to obtain AWS credentials provider
Auto Delete MessagesSpecifies whether the messages should be automatically deleted by the processors once they have been received.
Batch SizeThe maximum number of messages to send in a single network request
Character SetThe Character Set that should be used to encode the textual content of the SQS message
Communications Timeout
Endpoint Override URLEndpoint 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 URLThe URL of the queue to get messages from
Receive Message Wait TimeThe 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 ServiceSpecifies an optional SSL Context Service that, if provided, will be used to create connections
Visibility TimeoutThe amount of time after a message is received but not deleted that the message is hidden from other consumers
proxy-configuration-serviceSpecifies the Proxy Configuration Controller Service to proxy network requests.

Relationships

NameDescription
successFlowFiles are routed to success relationship

Writes attributes

NameDescription
hash.valueThe MD5 sum of the message
hash.algorithmMD5
sqs.message.idThe unique identifier of the SQS message
sqs.receipt.handleThe SQS Receipt Handle that is to be used to delete the message from the queue

See also