AzureServiceBusCreateQueueOperator

Microsoft Azure

Creates a Azure Service Bus queue under a Service Bus Namespace by using ServiceBusAdministrationClient

View on GitHub

Last Updated: Oct. 23, 2022

Access Instructions

Install the Microsoft Azure provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

queue_nameRequiredThe name of the queue. should be unique.
max_delivery_countThe maximum delivery count. A message is automatically dead lettered after this number of deliveries. Default value is 10..
dead_lettering_on_message_expirationA value that indicates whether this subscription has dead letter support when a message expires.
enable_batched_operationsValue that indicates whether server-side batched operations are enabled.
azure_service_bus_conn_idReference to the Azure Service Bus connection.

Documentation

Creates a Azure Service Bus queue under a Service Bus Namespace by using ServiceBusAdministrationClient

See also

For more information on how to use this operator, take a look at the guide: Create Azure Service Bus Queue

Was this page helpful?