GetAzureQueueStorage_v12 2025.10.9.21

Bundle

org.apache.nifi | nifi-azure-nar

Description

Retrieves the messages from an Azure Queue Storage. The retrieved messages will be deleted from the queue by default. If the requirement is to consume messages without deleting them, set ‘Auto Delete Messages’ to ‘false’. Note: There might be chances of receiving duplicates in situations like when a message is received but was unable to be deleted from the queue due to some unexpected situations.

Tags

azure, cloud, dequeue, microsoft, queue, storage

Input Requirement

FORBIDDEN

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
Auto Delete MessagesSpecifies whether the received message is to be automatically deleted from the queue.
Credentials ServiceController Service used to obtain Azure Storage Credentials.
Endpoint SuffixStorage accounts in public Azure always use a common FQDN suffix. Override this endpoint suffix with a different suffix in certain circumstances (like Azure Stack or non-public Azure regions).
Message Batch SizeThe number of messages to be retrieved from the queue.
Queue NameName of the Azure Storage Queue
Request TimeoutThe timeout for read or write requests to Azure Queue Storage. Defaults to 1 second.
Visibility TimeoutThe duration during which the retrieved message should be invisible to other consumers.
proxy-configuration-serviceSpecifies the Proxy Configuration Controller Service to proxy network requests. In case of SOCKS, it is not guaranteed that the selected SOCKS Version will be used by the processor.

Relationships

NameDescription
successAll successfully processed FlowFiles are routed to this relationship

Writes attributes

NameDescription
azure.queue.uriThe absolute URI of the configured Azure Queue Storage
azure.queue.insertionTimeThe time when the message was inserted into the queue storage
azure.queue.expirationTimeThe time when the message will expire from the queue storage
azure.queue.messageIdThe ID of the retrieved message
azure.queue.popReceiptThe pop receipt of the retrieved message

See also