Dequeue multiple message from Azure Queue Let’s see how we can Dequeue multiple message from Azure Queue. Create a mule service which will poll the Azurequeue every 10 seconds and print the messages in Logger. For testing we can push messages to Azure Queue In Mule flow set Polling frequency and add logger…
Read MoreDequeue message from Azure Queue Lets create a mule service which will poll the Azure queue every 10 seconds and print the same in Logger. For testing we can push message to Azure Queue In Mule floe set Polling frequency – Azure Storage configuration – put the queue name Payload we…
Read MoreAdd message to Azure Queue To Show how we can add message to Azure Queue. Let’s create a mule service which accept a JSON request as To convert the incoming JSON to String we can use Byte Array To String and later use transform activity to convert message payload to Azure Storage –…
Read MoreCreate Queue in Azure Let’s create a mule flow which create Azure Queue – for this we first configure HTTP listener to accept UIR parameter – queuename as input. Will pass the same name to Azure Storage Connector and Last add Set Payload activity to set Payload which will be return to caller …
Read More