2 Home
gitea_admin edited this page 2026-03-11 14:35:14 +00:00

Azure Storage Queue Source

Receive events from Azure Storage queues.

One header will be duplicated with different names for clarity at sink level, CamelAzureStorageQueueMessageId will be duplicated into azure.storage.queue.message.id

Metadata

Property Value
Type source
Group Azure Storage Queue
Namespace Azure
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
accountName string The Azure Storage Queue account name.
queueName string The Azure Storage Queue container name.
accessKey string The Azure Storage Queue access key.
maxMessages integer 1 The maximum number of messages to get. You can specify a value between 1 and 32. The default is 1 (one message). If there are fewer than the maximum number of messages in the queue, then all the messages are returned.
credentialType string SHARED_ACCOUNT_KEY Determines the credential strategy to adopt.

Dependencies

  • camel:azure-storage-queue
  • camel:kamelet
  • camel:core