Microsoft Azure Service Bus QueueReceiver
The QueueReceiver trigger is used to poll a particular queue for any messages that may be posted by one or more publishers in a one to one message delivery pattern. Messages posted to the queue by publishers are received by polling Queue receivers in a First In First Out format and only one queue receiver can retrieve any one message. All queue receivers to a particular queue within a namespace compete with each other to retrieve messages from the head of the queue. When creating a queue, you can check the box to specify whether or not to enable sessions.
You can enable Application properties for some fields by turning on the toggle if one is available. Application properties allow you to provide values for configuration fields.
Configuration
This tab has the following fields.
Output
The Output tab displays the schema in a tree format. The output is read-only. The following are elements in the output schema.
- output: The root of the output
