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.
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
Related concepts
Related tasks
Copyright © Cloud Software Group, Inc. All rights reserved.