AzureServiceBusReceiveMessageOperator
Microsoft AzureReceive a batch of messages at once in a specified Queue name
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