GetAzureQueueStorage_v12 2.0.0

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
Relationships
Name Description
success All successfully processed FlowFiles are routed to this relationship
Writes Attributes
Name Description
azure.queue.uri The absolute URI of the configured Azure Queue Storage
azure.queue.insertionTime The time when the message was inserted into the queue storage
azure.queue.expirationTime The time when the message will expire from the queue storage
azure.queue.messageId The ID of the retrieved message
azure.queue.popReceipt The pop receipt of the retrieved message
See Also