2 Home
gitea_admin edited this page 2026-03-11 14:35:12 +00:00
This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Azure Storage Queue Sink

Send events to Azure Storage queues.

In the header, you can set the partition / ce-partition property to determine how long an event remains in the Azure Storage queue. Use PnDTnHnMn.nS. format. For example, PT20.345Sparses as 20.345 seconds and P2Dparses as 2 days. If you not set the property in the header, the Kamelet uses the default of P27D (7 days).

Metadata

Property Value
Type sink
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.
credentialType string SHARED_ACCOUNT_KEY Determines the credential strategy to adopt.

Dependencies

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