Azure Queue
Direction: MO
This queue-based delivery mechanism is widely used for facilitating fast and reliable Message delivery between systems in Azure.
- Connection String - Azure generated string for connecting to your Storage Account (e.g.
DefaultEndpointsProtocol=https;AccountName=XXX;AccountKey=XXX;EndpointSuffix=XXX
) - MO Queue - Name of the Queue that messages should be inserted into
Messages are automatically inserted in the queue; as prescribed by LingoMO
Setup
Within your Azure portal, follow the following steps:
- If required, create new "Resource Group"
- If required, create new "Storage Account" associated to the resource group above
- Under "Security + Networking" > "Access Keys" copy "Connection String" from "key1" - this is your
Connection String
- Under "Data Storage", create new "Queue" - this is your
MO Queue