AzureServiceBusReceiveMessageOperator

Microsoft Azure

Receive a batch of messages at once in a specified Queue name

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 name or a QueueProperties with name.
max_message_countMaximum number of messages in the batch.
max_wait_timeMaximum time to wait in seconds for the first message to arrive.
azure_service_bus_conn_idReference to the :ref: Azure Service Bus connection .

Documentation

Receive a batch of messages at once in a specified Queue name

See also

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

Was this page helpful?